| 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,
org.xnio.OptionMap undertowOptions,
int bufferSize) |
SpdyServerConnection(HttpHandler rootHandler,
SpdyChannel channel,
SpdySynStreamStreamSourceChannel requestChannel,
org.xnio.OptionMap undertowOptions,
int bufferSize) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.