Uses of Class
io.undertow.protocols.http2.Http2Channel
-
Packages that use Http2Channel Package Description io.undertow.client.http2 io.undertow.protocols.http2 io.undertow.server.protocol.http2 -
-
Uses of Http2Channel in io.undertow.client.http2
Constructors in io.undertow.client.http2 with parameters of type Http2Channel Constructor Description Http2ClientConnection(Http2Channel http2Channel, boolean initialUpgradeRequest, java.lang.String defaultHost, ClientStatistics clientStatistics, boolean secure)
Http2ClientConnection(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, java.lang.String defaultHost, ClientStatistics clientStatistics, boolean secure)
-
Uses of Http2Channel in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that return Http2Channel Modifier and Type Method Description protected Http2Channel
AbstractHttp2StreamSourceChannel. getFramedChannel()
Http2Channel
AbstractHttp2StreamSourceChannel. getHttp2Channel()
Methods in io.undertow.protocols.http2 that return types with arguments of type Http2Channel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel,AbstractHttp2StreamSinkChannel>>
Http2Channel. getReceivers()
Constructors in io.undertow.protocols.http2 with parameters of type Http2Channel Constructor Description Http2HeadersStreamSinkChannel(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 Http2Channel Modifier and Type Method Description void
Http2ReceiveListener. handleEvent(Http2Channel channel)
Constructors in io.undertow.server.protocol.http2 with parameters of type Http2Channel Constructor Description Http2ServerConnection(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)
-