|
XNIO API 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configurable | |
---|---|
org.jboss.xnio | The main API package for XNIO. |
org.jboss.xnio.channels | Defines an enhanced set of channels. |
Uses of Configurable in org.jboss.xnio |
---|
Subinterfaces of Configurable in org.jboss.xnio | |
---|---|
interface |
AcceptingServer<A,T extends BoundChannel<A>,C extends ConnectedChannel<A>>
A server which accepts connections. |
interface |
LocalServer
A local (UNIX domain) server convenience interface. |
interface |
TcpServer
A TCP server convenience interface. |
interface |
UdpServer
A UDP server convenience interface. |
Uses of Configurable in org.jboss.xnio.channels |
---|
Subinterfaces of Configurable in org.jboss.xnio.channels | |
---|---|
interface |
BoundChannel<A>
A channel that is bound to a local address. |
interface |
BoundServer<A,T extends BoundChannel<A>>
A server that is bound to a local address, and which may accept connections. |
interface |
CloseableChannel
A channel which is closable. |
interface |
ConnectedChannel<A>
A channel that has a local and peer endpoint address. |
interface |
ConnectedStreamChannel<A>
A stream channel that is a connection between a local and remote endpoint. |
interface |
DatagramChannel<A>
A channel that sends and receives datagrams. |
interface |
LocalChannel
A connected local IPC channel. |
interface |
MessageChannel
A channel that sends and receives whole messages. |
interface |
MultipointDatagramChannel<A>
A multipoint datagram channel. |
interface |
MultipointMessageChannel<A>
A point-to-multipoint message channel. |
interface |
MultipointReadableMessageChannel<A>
The readable side of a multipoint message channel. |
interface |
MultipointWritableMessageChannel<A>
The writable side of a multipoint message channel. |
interface |
ReadableAllocatedMessageChannel
A channel that can receive messages. |
interface |
ReadableMessageChannel
A channel that can receive messages. |
interface |
SslChannel
A channel which can use SSL/TLS to negotiate a security layer. |
interface |
SslTcpChannel
A TLS-encapsulated TCP channel. |
interface |
StreamChannel
A stream channel. |
interface |
StreamSinkChannel
A stream sink channel. |
interface |
StreamSourceChannel
A stream source channel. |
interface |
SuspendableChannel
A suspendable bidirectional channel. |
interface |
SuspendableReadChannel
A suspendable readable channel. |
interface |
SuspendableWriteChannel
A suspendable writable channel. |
interface |
TcpChannel
A TCP channel. |
interface |
UdpChannel
A UDP channel. |
interface |
WritableMessageChannel
A channel that can send messages. |
Methods in org.jboss.xnio.channels that return Configurable | ||
---|---|---|
|
Configurable.setOption(Option<T> option,
T value)
Set an option for this channel. |
|
XNIO API 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |