Package | Description |
---|---|
io.undertow.client.http2 | |
io.undertow.protocols.http2 | |
io.undertow.server.protocol.http2 |
Constructor and Description |
---|
Http2ClientConnection(Http2Channel http2Channel,
boolean initialUpgradeRequest,
String defaultHost,
ClientStatistics clientStatistics,
boolean secure) |
Http2ClientConnection(Http2Channel http2Channel,
ClientCallback<ClientExchange> upgradeReadyCallback,
ClientRequest clientRequest,
String defaultHost,
ClientStatistics clientStatistics,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
protected Http2Channel |
AbstractHttp2StreamSourceChannel.getFramedChannel() |
Http2Channel |
AbstractHttp2StreamSourceChannel.getHttp2Channel() |
Constructor and Description |
---|
Http2HeadersStreamSinkChannel(Http2Channel channel,
int streamId) |
Http2HeadersStreamSinkChannel(Http2Channel channel,
int streamId,
HeaderMap headers) |
Modifier and Type | Method and Description |
---|---|
void |
Http2ReceiveListener.handleEvent(Http2Channel channel) |
Constructor and Description |
---|
Http2ServerConnection(Http2Channel channel,
Http2DataStreamSinkChannel sinkChannel,
OptionMap undertowOptions,
int bufferSize,
HttpHandler rootHandler)
Channel that is used when the request is already half closed
|
Http2ServerConnection(Http2Channel channel,
Http2StreamSourceChannel requestChannel,
OptionMap undertowOptions,
int bufferSize,
HttpHandler rootHandler) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.