Uses of Interface
io.netty.handler.codec.http2.Http2Connection
Packages that use Http2Connection
-
Uses of Http2Connection in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2ConnectionFields in io.netty.handler.codec.http2 declared as Http2ConnectionModifier and TypeFieldDescriptionprotected final Http2ConnectionInboundHttp2ToHttpAdapter.connectionMethods in io.netty.handler.codec.http2 that return Http2ConnectionModifier and TypeMethodDescriptionprotected Http2ConnectionAbstractHttp2ConnectionHandlerBuilder.connection()Returns theHttp2Connectionto use.protected Http2ConnectionAbstractInboundHttp2ToHttpAdapterBuilder.connection()Returns theHttp2Connection.DecoratingHttp2ConnectionDecoder.connection()DecoratingHttp2ConnectionEncoder.connection()DefaultHttp2ConnectionDecoder.connection()DefaultHttp2ConnectionEncoder.connection()Http2ConnectionDecoder.connection()Provides direct access to the underlying connection.Http2ConnectionEncoder.connection()Provides direct access to the underlying connection.Http2ConnectionHandler.connection()Methods in io.netty.handler.codec.http2 with parameters of type Http2ConnectionModifier and TypeMethodDescriptionprotected abstract TAbstractInboundHttp2ToHttpAdapterBuilder.build(Http2Connection connection, int maxContentLength, boolean validateHttpHeaders, boolean propagateSettings) Creates a newInboundHttp2ToHttpAdapterwith the specified properties.protected InboundHttp2ToHttpAdapterInboundHttp2ToHttpAdapterBuilder.build(Http2Connection connection, int maxContentLength, boolean validateHttpHeaders, boolean propagateSettings) protected BAbstractHttp2ConnectionHandlerBuilder.connection(Http2Connection connection) Sets theHttp2Connectionto use.Http2ConnectionHandlerBuilder.connection(Http2Connection connection) HttpToHttp2ConnectionHandlerBuilder.connection(Http2Connection connection) Constructors in io.netty.handler.codec.http2 with parameters of type Http2ConnectionModifierConstructorDescriptionprotectedCreates a newInboundHttp2ToHttpAdapterbuilder for the specifiedHttp2Connection.DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader) DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier) DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier, boolean autoAckSettings) Create a new instance.DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier, boolean autoAckSettings, boolean autoAckPing) Deprecated.DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier, boolean autoAckSettings, boolean autoAckPing, boolean validateHeaders) Create a new instance.DefaultHttp2ConnectionEncoder(Http2Connection connection, Http2FrameWriter frameWriter) DefaultHttp2LocalFlowController(Http2Connection connection) DefaultHttp2LocalFlowController(Http2Connection connection, float windowUpdateRatio, boolean autoRefillConnectionWindow) Constructs a controller with the given settings.DefaultHttp2RemoteFlowController(Http2Connection connection) DefaultHttp2RemoteFlowController(Http2Connection connection, Http2RemoteFlowController.Listener listener) DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor) DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor, Http2RemoteFlowController.Listener listener) DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener) Deprecated.DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener, boolean strict) DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener, boolean strict, int maxAllocation) Create a new instance.DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener, int maxAllocation) Create a new instance.protectedInboundHttp2ToHttpAdapter(Http2Connection connection, int maxContentLength, boolean validateHttpHeaders, boolean propagateSettings) InboundHttp2ToHttpAdapterBuilder(Http2Connection connection) Creates a newInboundHttp2ToHttpAdapterbuilder for the specifiedHttp2Connection.InboundHttpToHttp2Adapter(Http2Connection connection, Http2FrameListener listener) UniformStreamByteDistributor(Http2Connection connection) WeightedFairQueueByteDistributor(Http2Connection connection) WeightedFairQueueByteDistributor(Http2Connection connection, int maxStateOnlySize)
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, int)