Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
org.xnio.conduits |
The XNIO conduit SPI.
|
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 © 2015. All rights reserved.