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 TypeClassDescriptionclassTranslatingSuspendableChannel<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.channelsModifier and TypeInterfaceDescriptioninterfaceA multipoint datagram channel.interfaceA channel that sends and receives messages to a connected peer.interfaceA TLS-encapsulated connected stream channel.interfaceA stream channel that is a connection between a local and remote endpoint.interfaceA channel that sends and receives whole messages.interfaceA multicast-capable point-to-multipoint channel.interfaceA point-to-multipoint message channel.interfaceA stream channel.Classes in org.xnio.channels that implement SuspendableChannelModifier and TypeClassDescriptionclassA connected bidirectional message channel assembled from a readable and writable message channel.classA connected SSL stream channel assembled from a stream source and stream sink.classA connected stream channel assembled from a stream source and stream sink.classA bidirectional message channel assembled from a readable and writable message channel.classA stream channel assembled from a stream source and stream sink.classDeprecated.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 SuspendableChannelModifier and TypeFieldDescriptionprotected final WTranslatingSuspendableChannel.channelDeprecated.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.