Package | Description |
---|---|
io.undertow.client.spdy | |
io.undertow.protocols.spdy | |
io.undertow.server.protocol.spdy |
Constructor and Description |
---|
SpdyClientConnection(SpdyChannel spdyChannel,
ClientStatistics clientStatistics) |
Modifier and Type | Method and Description |
---|---|
SpdyChannel |
SpdyStreamSourceChannel.getSpdyChannel() |
Modifier and Type | Method and Description |
---|---|
void |
SpdyReceiveListener.handleEvent(SpdyChannel channel) |
Constructor and Description |
---|
SpdyServerConnection(HttpHandler rootHandler,
SpdyChannel channel,
SpdySynStreamStreamSinkChannel responseChannel,
OptionMap undertowOptions,
int bufferSize) |
SpdyServerConnection(HttpHandler rootHandler,
SpdyChannel channel,
SpdySynStreamStreamSourceChannel requestChannel,
OptionMap undertowOptions,
int bufferSize) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.