Uses of Interface
org.xnio.channels.SuspendableChannel
-
Packages that use SuspendableChannel Package Description org.xnio.channels The core XNIO channel API. -
-
Uses of SuspendableChannel in org.xnio.channels
Classes in org.xnio.channels with type parameters of type SuspendableChannel Modifier and Type Class Description classTranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated.This class is deprecated; use conduits instead.classTranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated.This class is deprecated; use conduits instead.Subinterfaces of SuspendableChannel in org.xnio.channels Modifier and Type Interface Description interfaceBoundMultipointMessageChannelA multipoint datagram channel.interfaceConnectedMessageChannelA channel that sends and receives messages to a connected peer.interfaceConnectedSslStreamChannelA TLS-encapsulated connected stream channel.interfaceConnectedStreamChannelA stream channel that is a connection between a local and remote endpoint.interfaceMessageChannelA channel that sends and receives whole messages.interfaceMulticastMessageChannelA multicast-capable point-to-multipoint channel.interfaceMultipointMessageChannelA point-to-multipoint message channel.interfaceStreamChannelA stream channel.Classes in org.xnio.channels that implement SuspendableChannel Modifier and Type Class Description classAssembledConnectedMessageChannelA connected bidirectional message channel assembled from a readable and writable message channel.classAssembledConnectedSslStreamChannelA connected SSL stream channel assembled from a stream source and stream sink.classAssembledConnectedStreamChannelA connected stream channel assembled from a stream source and stream sink.classAssembledMessageChannelA bidirectional message channel assembled from a readable and writable message channel.classAssembledStreamChannelA stream channel assembled from a stream source and stream sink.classFramedMessageChannelDeprecated.This class is deprecated; use conduits instead.classTranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated.This class is deprecated; use conduits instead.Fields in org.xnio.channels declared as SuspendableChannel Modifier and Type Field Description protected WTranslatingSuspendableChannel. channelDeprecated.The wrapped channel.Methods in org.xnio.channels that return types with arguments of type SuspendableChannel Modifier and Type Method Description ChannelListener.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.
-