|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configurable | |
|---|---|
| org.xnio | The main API package for XNIO. |
| org.xnio.channels | |
| Uses of Configurable in org.xnio |
|---|
| Classes in org.xnio that implement Configurable | |
|---|---|
class |
XnioWorker
A worker for I/O channel notification. |
| Uses of Configurable in org.xnio.channels |
|---|
| Subinterfaces of Configurable in org.xnio.channels | |
|---|---|
interface |
AcceptingChannel<C extends ConnectedChannel>
A channel which can accept inbound connections from remote endpoints. |
interface |
BoundChannel
A channel that is bound to a local address. |
interface |
BoundMultipointMessageChannel
A multipoint datagram channel. |
interface |
BoundServerChannel
A server that is bound to one or more local addresses. |
interface |
CloseableChannel
A channel which is closeable. |
interface |
ConnectedChannel
A channel that has a local and peer endpoint address. |
interface |
ConnectedMessageChannel
A channel that sends and receives messages to a connected peer. |
interface |
ConnectedSslStreamChannel
A TLS-encapsulated connected stream channel. |
interface |
ConnectedStreamChannel
A stream channel that is a connection between a local and remote endpoint. |
interface |
MessageChannel
A channel that sends and receives whole messages. |
interface |
MulticastMessageChannel
A multicast-capable point-to-multipoint channel. |
interface |
MultipointMessageChannel
A point-to-multipoint message channel. |
interface |
ReadableMessageChannel
A channel that can receive messages. |
interface |
ReadableMultipointMessageChannel
The readable side of a multipoint message channel. |
interface |
SimpleAcceptingChannel<C extends CloseableChannel>
A channel which can accept connections. |
interface |
SslChannel
A channel which can use SSL/TLS to negotiate a security layer. |
interface |
StreamChannel
A stream channel. |
interface |
StreamSinkChannel
A stream sink channel. |
interface |
StreamSourceChannel
A stream source channel. |
interface |
SuspendableAcceptChannel
A suspendable accept channel. |
interface |
SuspendableChannel
A suspendable bidirectional channel. |
interface |
SuspendableReadChannel
A suspendable readable channel. |
interface |
SuspendableWriteChannel
A suspendable writable channel. |
interface |
WritableMessageChannel
A channel that can send messages. |
interface |
WritableMultipointMessageChannel
The writable side of a multipoint message channel. |
| Classes in org.xnio.channels that implement Configurable | |
|---|---|
class |
FramedMessageChannel
A connected message channel providing a SASL-style framing layer over a stream channel where each message is prepended by a four-byte length field. |
class |
TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
An abstract wrapped channel. |
| Methods in org.xnio.channels with parameters of type Configurable | ||
|---|---|---|
static boolean |
Channels.getOption(Configurable configurable,
Option<Boolean> option,
boolean defaultValue)
Get an option value from a configurable target. |
|
static int |
Channels.getOption(Configurable configurable,
Option<Integer> option,
int defaultValue)
Get an option value from a configurable target. |
|
static long |
Channels.getOption(Configurable configurable,
Option<Long> option,
long defaultValue)
Get an option value from a configurable target. |
|
static
|
Channels.getOption(Configurable configurable,
Option<T> option,
T defaultValue)
Get an option value from a configurable target. |
|
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||