|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamSinkChannel | |
|---|---|
| org.xnio | The main API package for XNIO. |
| org.xnio.channels | |
| org.xnio.streams | |
| Uses of StreamSinkChannel in org.xnio |
|---|
| Method parameters in org.xnio with type arguments of type StreamSinkChannel | |
|---|---|
void |
XnioWorker.createOneWayPipe(ChannelListener<? super StreamSourceChannel> sourceListener,
ChannelListener<? super StreamSinkChannel> sinkListener,
OptionMap optionMap)
Open a unidirectional stream pipe. |
| Uses of StreamSinkChannel in org.xnio.channels |
|---|
| Subinterfaces of StreamSinkChannel in org.xnio.channels | |
|---|---|
interface |
ConnectedSslStreamChannel
A TLS-encapsulated connected stream channel. |
interface |
ConnectedStreamChannel
A stream channel that is a connection between a local and remote endpoint. |
interface |
StreamChannel
A stream channel. |
| Methods in org.xnio.channels that return types with arguments of type StreamSinkChannel | |
|---|---|
ChannelListener.Setter<? extends StreamSinkChannel> |
StreamSinkChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel. |
ChannelListener.Setter<? extends StreamSinkChannel> |
StreamSinkChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel. |
| Methods in org.xnio.channels with parameters of type StreamSinkChannel | |
|---|---|
static void |
Channels.transferBlocking(StreamSinkChannel destination,
FileChannel source,
long startPosition,
long count)
Transfer bytes between two channels efficiently, blocking if necessary. |
long |
StreamSourceChannel.transferTo(long count,
ByteBuffer throughBuffer,
StreamSinkChannel target)
Transfers bytes into the given channel target. |
| Constructors in org.xnio.channels with parameters of type StreamSinkChannel | |
|---|---|
BlockingWritableByteChannel(StreamSinkChannel delegate)
Construct a new instance. |
|
BlockingWritableByteChannel(StreamSinkChannel delegate,
long writeTimeout,
TimeUnit writeTimeoutUnit)
Construct a new instance. |
|
| Uses of StreamSinkChannel in org.xnio.streams |
|---|
| Fields in org.xnio.streams declared as StreamSinkChannel | |
|---|---|
protected StreamSinkChannel |
ChannelOutputStream.channel
|
| Constructors in org.xnio.streams with parameters of type StreamSinkChannel | |
|---|---|
ChannelOutputStream(StreamSinkChannel channel)
Construct a new instance. |
|
ChannelOutputStream(StreamSinkChannel channel,
long timeout,
TimeUnit unit)
Construct a new instance. |
|
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||