Uses of Interface
org.xnio.channels.SuspendableChannel
Packages that use SuspendableChannel
-
Uses of SuspendableChannel in org.xnio.channels
Classes in org.xnio.channels with type parameters of type SuspendableChannelModifier and TypeClassDescriptionclass
TranslatingSuspendableChannel<C extends SuspendableChannel,
W extends SuspendableChannel> Deprecated.This class is deprecated; use conduits instead.class
TranslatingSuspendableChannel<C extends SuspendableChannel,
W extends SuspendableChannel> Deprecated.This class is deprecated; use conduits instead.Subinterfaces of SuspendableChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
A multipoint datagram channel.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 stream channel.Classes in org.xnio.channels that implement SuspendableChannelModifier and TypeClassDescriptionclass
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
A stream channel assembled from a stream source and stream sink.class
Deprecated.This class is deprecated; use conduits instead.class
TranslatingSuspendableChannel<C extends SuspendableChannel,
W extends SuspendableChannel> Deprecated.This class is deprecated; use conduits instead.Fields in org.xnio.channels declared as SuspendableChannelModifier and TypeFieldDescriptionprotected final W
TranslatingSuspendableChannel.channel
Deprecated.The wrapped channel.Methods in org.xnio.channels that return types with arguments of type SuspendableChannelModifier and TypeMethodDescriptionChannelListener.Setter
<? extends SuspendableChannel> SuspendableChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.ChannelListener.Setter
<? extends SuspendableChannel> SuspendableChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel.ChannelListener.Setter
<? extends SuspendableChannel> SuspendableChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel.