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 |
---|---|
protected abstract ConduitStreamSourceChannel |
ServerConnection.getSourceChannel() |
protected ConduitStreamSourceChannel |
AbstractServerConnection.getSourceChannel() |
Modifier and Type | Method and Description |
---|---|
protected ConduitStreamSourceChannel |
Http2ServerConnection.getSourceChannel() |
Modifier and Type | Method and Description |
---|---|
ConduitStreamSourceChannel |
StreamConnection.getSourceChannel()
Get the source channel.
|
Modifier and Type | Method and Description |
---|---|
ConduitStreamSourceChannel |
ConduitStreamSourceChannel.clone()
Duplicate this channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener<? super ConduitStreamSourceChannel> |
ConduitStreamSourceChannel.getCloseListener() |
ChannelListener.Setter<ConduitStreamSourceChannel> |
ConduitStreamSourceChannel.getCloseSetter() |
ChannelListener<? super ConduitStreamSourceChannel> |
ConduitStreamSourceChannel.getReadListener() |
ChannelListener.Setter<ConduitStreamSourceChannel> |
ConduitStreamSourceChannel.getReadSetter() |
Modifier and Type | Method and Description |
---|---|
void |
ConduitStreamSourceChannel.setCloseListener(ChannelListener<? super ConduitStreamSourceChannel> closeListener) |
void |
ConduitStreamSourceChannel.setReadListener(ChannelListener<? super ConduitStreamSourceChannel> readListener) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.