HttpConnectorFactory | HttpConnectorFactory | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
public class io.dropwizard.jetty.HttpConnectorFactory implements io.dropwiz ard.jetty.ConnectorFactory { | public class io.dropwizard.jetty.HttpConnectorFactory implements io.dropwiz ard.jetty.ConnectorFactory { | |||
public io.dropwizard.jetty.HttpConnectorFactory(); | public io.dropwizard.jetty.HttpConnectorFactory(); | |||
public static io.dropwizard.jetty.ConnectorFactory application(); | public static io.dropwizard.jetty.ConnectorFactory application(); | |||
public static io.dropwizard.jetty.ConnectorFactory admin(); | public static io.dropwizard.jetty.ConnectorFactory admin(); | |||
public int getPort(); | public int getPort(); | |||
public void setPort(int); | public void setPort(int); | |||
public java.lang.String getBindHost(); | public java.lang.String getBindHost(); | |||
public void setBindHost(java.lang.String); | public void setBindHost(java.lang.String); | |||
public boolean isInheritChannel(); | public boolean isInheritChannel(); | |||
public void setInheritChannel(boolean); | public void setInheritChannel(boolean); | |||
public io.dropwizard.util.Size getHeaderCacheSize(); | public io.dropwizard.util.DataSize getHeaderCacheSize(); | |||
public void setHeaderCacheSize(io.dropwizard.util.Size); | public void setHeaderCacheSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getOutputBufferSize(); | public io.dropwizard.util.DataSize getOutputBufferSize(); | |||
public void setOutputBufferSize(io.dropwizard.util.Size); | public void setOutputBufferSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getMaxRequestHeaderSize(); | public io.dropwizard.util.DataSize getMaxRequestHeaderSize(); | |||
public void setMaxRequestHeaderSize(io.dropwizard.util.Size); | public void setMaxRequestHeaderSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getMaxResponseHeaderSize(); | public io.dropwizard.util.DataSize getMaxResponseHeaderSize(); | |||
public void setMaxResponseHeaderSize(io.dropwizard.util.Size); | public void setMaxResponseHeaderSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getInputBufferSize(); | public io.dropwizard.util.DataSize getInputBufferSize(); | |||
public void setInputBufferSize(io.dropwizard.util.Size); | public void setInputBufferSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Duration getIdleTimeout(); | public io.dropwizard.util.Duration getIdleTimeout(); | |||
public void setIdleTimeout(io.dropwizard.util.Duration); | public void setIdleTimeout(io.dropwizard.util.Duration); | |||
public io.dropwizard.util.Duration getBlockingTimeout(); | public io.dropwizard.util.DataSize getMinBufferPoolSize(); | |||
public void setBlockingTimeout(io.dropwizard.util.Duration); | public void setMinBufferPoolSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getMinBufferPoolSize(); | public io.dropwizard.util.DataSize getBufferPoolIncrement(); | |||
public void setMinBufferPoolSize(io.dropwizard.util.Size); | public void setBufferPoolIncrement(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getBufferPoolIncrement(); | public io.dropwizard.util.DataSize getMaxBufferPoolSize(); | |||
public void setBufferPoolIncrement(io.dropwizard.util.Size); | public void setMaxBufferPoolSize(io.dropwizard.util.DataSize); | |||
public io.dropwizard.util.Size getMaxBufferPoolSize(); | public io.dropwizard.util.DataSize getMinResponseDataPerSecond(); | |||
public void setMaxBufferPoolSize(io.dropwizard.util.Size); | public void setMinResponseDataPerSecond(io.dropwizard.util.DataSize); | |||
public long getMinRequestDataRate(); | public io.dropwizard.util.DataSize getMinRequestDataPerSecond(); | |||
public void setMinRequestDataRate(long); | public void setMinRequestDataPerSecond(io.dropwizard.util.DataSize); | |||
public java.util.Optional<java.lang.Integer> getAcceptorThreads(); | public java.util.Optional<java.lang.Integer> getAcceptorThreads(); | |||
public void setAcceptorThreads(java.util.Optional<java.lang.Integer>); | public void setAcceptorThreads(java.util.Optional<java.lang.Integer>); | |||
public java.util.Optional<java.lang.Integer> getSelectorThreads(); | public java.util.Optional<java.lang.Integer> getSelectorThreads(); | |||
public void setSelectorThreads(java.util.Optional<java.lang.Integer>); | public void setSelectorThreads(java.util.Optional<java.lang.Integer>); | |||
public java.lang.Integer getAcceptQueueSize(); | public java.lang.Integer getAcceptQueueSize(); | |||
public void setAcceptQueueSize(java.lang.Integer); | public void setAcceptQueueSize(java.lang.Integer); | |||
public boolean isReuseAddress(); | public boolean isReuseAddress(); | |||
public void setReuseAddress(boolean); | public void setReuseAddress(boolean); | |||
public io.dropwizard.util.Duration getSoLingerTime(); | ||||
public void setSoLingerTime(io.dropwizard.util.Duration); | ||||
public boolean isUseServerHeader(); | public boolean isUseServerHeader(); | |||
public void setUseServerHeader(boolean); | public void setUseServerHeader(boolean); | |||
public boolean isUseDateHeader(); | public boolean isUseDateHeader(); | |||
public void setUseDateHeader(boolean); | public void setUseDateHeader(boolean); | |||
public boolean isUseForwardedHeaders(); | public boolean isUseForwardedHeaders(); | |||
public void setUseForwardedHeaders(boolean); | public void setUseForwardedHeaders(boolean); | |||
public boolean isUseProxyProtocol(); | ||||
public void setUseProxyProtocol(boolean); | ||||
public org.eclipse.jetty.http.HttpCompliance getHttpCompliance(); | public org.eclipse.jetty.http.HttpCompliance getHttpCompliance(); | |||
public void setHttpCompliance(org.eclipse.jetty.http.HttpCompliance); | public void setHttpCompliance(org.eclipse.jetty.http.HttpCompliance); | |||
public org.eclipse.jetty.http.CookieCompliance getRequestCookieCompliance | ||||
(); | ||||
public void setRequestCookieCompliance(org.eclipse.jetty.http.CookieCompl | ||||
iance); | ||||
public org.eclipse.jetty.http.CookieCompliance getResponseCookieComplianc | ||||
e(); | ||||
public void setResponseCookieCompliance(org.eclipse.jetty.http.CookieComp | ||||
liance); | ||||
public org.eclipse.jetty.server.Connector build(org.eclipse.jetty.server. Server, com.codahale.metrics.MetricRegistry, java.lang.String, org.eclipse. jetty.util.thread.ThreadPool); | public org.eclipse.jetty.server.Connector build(org.eclipse.jetty.server. Server, com.codahale.metrics.MetricRegistry, java.lang.String, org.eclipse. jetty.util.thread.ThreadPool); | |||
protected java.lang.String httpConnections(); | protected java.lang.String httpConnections(); | |||
protected org.eclipse.jetty.server.ServerConnector buildConnector(org.ecl ipse.jetty.server.Server, org.eclipse.jetty.util.thread.Scheduler, org.ecli pse.jetty.io.ByteBufferPool, java.lang.String, org.eclipse.jetty.util.threa d.ThreadPool, org.eclipse.jetty.server.ConnectionFactory...); | protected org.eclipse.jetty.server.ServerConnector buildConnector(org.ecl ipse.jetty.server.Server, org.eclipse.jetty.util.thread.Scheduler, org.ecli pse.jetty.io.ByteBufferPool, java.lang.String, org.eclipse.jetty.util.threa d.ThreadPool, org.eclipse.jetty.server.ConnectionFactory...); | |||
protected org.eclipse.jetty.server.HttpConnectionFactory buildHttpConnect ionFactory(org.eclipse.jetty.server.HttpConfiguration); | protected org.eclipse.jetty.server.HttpConnectionFactory buildHttpConnect ionFactory(org.eclipse.jetty.server.HttpConfiguration); | |||
protected org.eclipse.jetty.server.HttpConfiguration buildHttpConfigurati on(); | protected org.eclipse.jetty.server.HttpConfiguration buildHttpConfigurati on(); | |||
protected org.eclipse.jetty.io.ByteBufferPool buildBufferPool(); | protected org.eclipse.jetty.io.ByteBufferPool buildBufferPool(); | |||
} | } | |||
End of changes. 5 change blocks. | ||||
22 lines changed or deleted | 30 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |