Uses of Class
io.undertow.protocols.http2.Http2Channel
Packages that use Http2Channel
Package
Description
-
Uses of Http2Channel in io.undertow.client.http2
Constructors in io.undertow.client.http2 with parameters of type Http2ChannelModifierConstructorDescriptionHttp2ClientConnection(Http2Channel http2Channel, boolean initialUpgradeRequest, String defaultHost, ClientStatistics clientStatistics, boolean secure) Http2ClientConnection(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, String defaultHost, ClientStatistics clientStatistics, boolean secure) -
Uses of Http2Channel in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that return Http2ChannelModifier and TypeMethodDescriptionprotected Http2ChannelAbstractHttp2StreamSourceChannel.getFramedChannel()AbstractHttp2StreamSourceChannel.getHttp2Channel()Methods in io.undertow.protocols.http2 that return types with arguments of type Http2ChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel, AbstractHttp2StreamSinkChannel>> Http2Channel.getReceivers()Constructors in io.undertow.protocols.http2 with parameters of type Http2ChannelModifierConstructorDescriptionHttp2HeadersStreamSinkChannel(Http2Channel channel, int streamId) Http2HeadersStreamSinkChannel(Http2Channel channel, int streamId, HeaderMap headers) -
Uses of Http2Channel in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type Http2ChannelConstructors in io.undertow.server.protocol.http2 with parameters of type Http2ChannelModifierConstructorDescriptionHttp2ServerConnection(Http2Channel channel, Http2DataStreamSinkChannel sinkChannel, org.xnio.OptionMap undertowOptions, int bufferSize, HttpHandler rootHandler) Channel that is used when the request is already half closedHttp2ServerConnection(Http2Channel channel, Http2StreamSourceChannel requestChannel, org.xnio.OptionMap undertowOptions, int bufferSize, HttpHandler rootHandler)