Uses of Interface
org.xnio.channels.CloseableChannel
Packages that use CloseableChannel
Package
Description
The main API package for XNIO.
The core XNIO channel API.
The XNIO conduit SPI.
Utility classes for using and implementing SSL within XNIO providers.
-
Uses of CloseableChannel in org.xnio
Classes in org.xnio with type parameters of type CloseableChannelModifier and TypeClassDescriptionfinal class
ChannelPipe<L extends CloseableChannel,
R extends CloseableChannel> A one-way pipe.final class
ChannelPipe<L extends CloseableChannel,
R extends CloseableChannel> A one-way pipe.Classes in org.xnio that implement CloseableChannelModifier and TypeClassDescriptionclass
The base for all connections.class
A message-oriented connection between peers.class
A connection between peers. -
Uses of CloseableChannel in org.xnio.channels
Classes in org.xnio.channels with type parameters of type CloseableChannelModifier and TypeInterfaceDescriptioninterface
SimpleAcceptingChannel<C extends CloseableChannel>
A channel which can accept connections.Subinterfaces of CloseableChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
AcceptingChannel<C extends ConnectedChannel>
A channel which can accept inbound connections from remote endpoints.interface
A channel that is bound to a local address.interface
A multipoint datagram channel.interface
A channel that has a local and peer endpoint address.interface
A channel that sends and receives messages to a connected peer.interface
A TLS-encapsulated connected stream channel.interface
A stream channel that is a connection between a local and remote endpoint.interface
A channel that sends and receives whole messages.interface
A multicast-capable point-to-multipoint channel.interface
A point-to-multipoint message channel.interface
A channel that can receive messages.interface
The readable side of a multipoint message channel.interface
SimpleAcceptingChannel<C extends CloseableChannel>
A channel which can accept connections.interface
A channel which can use SSL/TLS to negotiate a security layer.interface
A stream channel.interface
A stream sink channel.interface
A stream source channel.interface
A suspendable accept channel.interface
A suspendable bidirectional channel.interface
A suspendable readable channel.interface
A suspendable writable channel.interface
A channel that can send messages.interface
The writable side of a multipoint message channel.Classes in org.xnio.channels that implement CloseableChannelModifier and TypeClassDescriptionclass
A closeable view over a read and write side of a suspendable channel.class
A closeable, connected view over a read and write side of a suspendable channel, at least one of which is connected.class
A connected bidirectional message channel assembled from a readable and writable message channel.class
A connected SSL stream channel assembled from a stream source and stream sink.class
A connected stream channel assembled from a stream source and stream sink.class
A bidirectional message channel assembled from a readable and writable message channel.class
An assembled SSL channel.class
A stream channel assembled from a stream source and stream sink.class
A stream source channel which is always empty.final class
A channel which writes a fixed amount of data.final class
A channel which reads data of a fixed length and calls a finish listener.class
Deprecated.This class is deprecated; use conduits instead.final class
A bit-bucket stream sink channel.final class
A stream source channel which can have data pushed back into it.final class
A half-duplex (write side) wrapper for a full-duplex channel.final class
A half-duplex (read side) wrapper for a full-duplex channel.class
TranslatingSuspendableChannel<C extends SuspendableChannel,
W extends SuspendableChannel> Deprecated.This class is deprecated; use conduits instead.Methods in org.xnio.channels with type parameters of type CloseableChannelModifier and TypeMethodDescriptionstatic <T extends CloseableChannel>
voidChannels.setCloseListener
(T channel, ChannelListener<? super T> listener) Set the close listener for a channel (type-safe).Methods in org.xnio.channels that return types with arguments of type CloseableChannelModifier and TypeMethodDescriptionChannelListener.Setter
<? extends CloseableChannel> AssembledChannel.getCloseSetter()
ChannelListener.Setter
<? extends CloseableChannel> CloseableChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.Constructors in org.xnio.channels with parameters of type CloseableChannelModifierConstructorDescriptionAssembledMessageChannel
(CloseableChannel closeable, ReadableMessageChannel readable, WritableMessageChannel writable) Construct a new instance.AssembledStreamChannel
(CloseableChannel closeable, StreamSourceChannel source, StreamSinkChannel sink) Construct a new instance. -
Uses of CloseableChannel in org.xnio.conduits
Classes in org.xnio.conduits that implement CloseableChannelModifier and TypeClassDescriptionfinal class
A readable message channel which is backed by a message source conduit.final class
A stream sink channel which wraps a stream sink conduit.final class
A stream source channel which wraps a stream source conduit.final class
A writable message channel which is backed by a message sink conduit. -
Uses of CloseableChannel in org.xnio.ssl
Classes in org.xnio.ssl that implement CloseableChannelModifier and TypeClassDescriptionfinal class
final class
StreamConnection with SSL support.class
A stream connection which can use SSL/TLS to negotiate a security layer.