|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamSinkChannel | |
|---|---|
| org.jboss.xnio | The main API package for XNIO. |
| org.jboss.xnio.channels | Defines an enhanced set of channels. |
| Uses of StreamSinkChannel in org.jboss.xnio |
|---|
| Methods in org.jboss.xnio that return types with arguments of type StreamSinkChannel | |
|---|---|
ChannelSource<? extends StreamSinkChannel> |
Xnio.createPipeSinkServer(ChannelListener<? super StreamSourceChannel> openListener)
Create a one-way pipe "server". |
ChannelSource<? extends StreamSinkChannel> |
Xnio.createPipeSinkServer(Executor executor,
ChannelListener<? super StreamSourceChannel> openListener)
Create a one-way pipe "server". |
| Method parameters in org.jboss.xnio with type arguments of type StreamSinkChannel | |
|---|---|
IoFuture<? extends Closeable> |
Xnio.createOneWayPipeConnection(ChannelListener<? super StreamSourceChannel> sourceListener,
ChannelListener<? super StreamSinkChannel> sinkListener)
Create a single one-way pipe connection. |
IoFuture<? extends Closeable> |
Xnio.createOneWayPipeConnection(Executor executor,
ChannelListener<? super StreamSourceChannel> sourceListener,
ChannelListener<? super StreamSinkChannel> sinkListener)
Create a single one-way pipe connection. |
ChannelSource<? extends StreamSourceChannel> |
Xnio.createPipeSourceServer(ChannelListener<? super StreamSinkChannel> openListener)
Create a one-way pipe "server". |
ChannelSource<? extends StreamSourceChannel> |
Xnio.createPipeSourceServer(Executor executor,
ChannelListener<? super StreamSinkChannel> openListener)
Create a one-way pipe "server". |
| Uses of StreamSinkChannel in org.jboss.xnio.channels |
|---|
| Subinterfaces of StreamSinkChannel in org.jboss.xnio.channels | |
|---|---|
interface |
ConnectedStreamChannel<A>
A stream channel that is a connection between a local and remote endpoint. |
interface |
LocalChannel
A connected local IPC channel. |
interface |
SslTcpChannel
A TLS-encapsulated TCP channel. |
interface |
StreamChannel
A stream channel. |
interface |
TcpChannel
A TCP channel. |
| Fields in org.jboss.xnio.channels declared as StreamSinkChannel | |
|---|---|
protected StreamSinkChannel |
ChannelOutputStream.channel
|
| Methods in org.jboss.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.jboss.xnio.channels with parameters of type StreamSinkChannel | |
|---|---|
static WritableMessageChannel |
Channels.createMessageWriter(StreamSinkChannel channel,
OptionMap optionMap)
Create a writable message channel which wraps a stream sink channel using a simple length-body protocol. |
| Constructors in org.jboss.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. |
|
ChannelOutputStream(StreamSinkChannel channel)
Construct a new instance. |
|
ChannelOutputStream(StreamSinkChannel channel,
long timeout,
TimeUnit unit)
Construct a new instance. |
|
|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||