Http2ConnectorFactory | Http2ConnectorFactory | |||
---|---|---|---|---|
Compiled from "Http2ConnectorFactory.java" | Compiled from "Http2ConnectorFactory.java" | |||
public class io.dropwizard.http2.Http2ConnectorFactory extends io.dropwizar d.jetty.HttpsConnectorFactory { | public class io.dropwizard.http2.Http2ConnectorFactory extends io.dropwizar d.jetty.HttpsConnectorFactory { | |||
public io.dropwizard.http2.Http2ConnectorFactory(); | public io.dropwizard.http2.Http2ConnectorFactory(); | |||
public int getMaxConcurrentStreams(); | public int getMaxConcurrentStreams(); | |||
public void setMaxConcurrentStreams(int); | public void setMaxConcurrentStreams(int); | |||
public int getInitialStreamRecvWindow(); | public int getInitialStreamRecvWindow(); | |||
public void setInitialStreamRecvWindow(int); | public void setInitialStreamRecvWindow(int); | |||
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); | |||
void checkSupportedCipherSuites(); | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 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/ |