Package | Description |
---|---|
io.undertow.server | |
io.undertow.server.protocol.http2 | |
org.xnio |
The main API package for XNIO.
|
org.xnio.conduits |
The XNIO conduit SPI.
|
Modifier and Type | Method and Description |
---|---|
static ConduitStreamSinkChannel |
Connectors.getConduitSinkChannel(HttpServerExchange exchange) |
protected abstract ConduitStreamSinkChannel |
ServerConnection.getSinkChannel() |
protected ConduitStreamSinkChannel |
AbstractServerConnection.getSinkChannel() |
Modifier and Type | Method and Description |
---|---|
protected ConduitStreamSinkChannel |
Http2ServerConnection.getSinkChannel() |
Modifier and Type | Method and Description |
---|---|
ConduitStreamSinkChannel |
StreamConnection.getSinkChannel()
Get the sink channel.
|
Modifier and Type | Method and Description |
---|---|
ConduitStreamSinkChannel |
ConduitStreamSinkChannel.clone()
Duplicate this channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener<? super ConduitStreamSinkChannel> |
ConduitStreamSinkChannel.getCloseListener() |
ChannelListener.Setter<ConduitStreamSinkChannel> |
ConduitStreamSinkChannel.getCloseSetter() |
ChannelListener<? super ConduitStreamSinkChannel> |
ConduitStreamSinkChannel.getWriteListener() |
ChannelListener.Setter<ConduitStreamSinkChannel> |
ConduitStreamSinkChannel.getWriteSetter() |
Modifier and Type | Method and Description |
---|---|
void |
ConduitStreamSinkChannel.setCloseListener(ChannelListener<? super ConduitStreamSinkChannel> closeListener) |
void |
ConduitStreamSinkChannel.setWriteListener(ChannelListener<? super ConduitStreamSinkChannel> writeListener) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.