Uses of Interface
org.xnio.channels.ConnectedChannel
Packages that use ConnectedChannel
Package
Description
The main API package for XNIO.
The core XNIO channel API.
Utility classes for using and implementing SSL within XNIO providers.
-
Uses of ConnectedChannel in org.xnio
Classes in org.xnio that implement ConnectedChannelModifier and TypeClassDescriptionclassThe base for all connections.classA message-oriented connection between peers.classA connection between peers.Methods in org.xnio with type parameters of type ConnectedChannelModifier and TypeMethodDescriptionstatic <C extends ConnectedChannel>
ChannelListener<AcceptingChannel<C>>ChannelListeners.openListenerAdapter(ChannelListener<? super C> openListener) Create an open listener adapter which automatically accepts connections and invokes an open listener. -
Uses of ConnectedChannel in org.xnio._private
Method parameters in org.xnio._private with type arguments of type ConnectedChannelModifier and TypeMethodDescriptionfinal voidMessages_$logger.acceptFailed(AcceptingChannel<? extends ConnectedChannel> channel, IOException reason) voidMessages.acceptFailed(AcceptingChannel<? extends ConnectedChannel> channel, IOException reason) -
Uses of ConnectedChannel in org.xnio.channels
Classes in org.xnio.channels with type parameters of type ConnectedChannelModifier and TypeInterfaceDescriptioninterfaceAcceptingChannel<C extends ConnectedChannel>A channel which can accept inbound connections from remote endpoints.Subinterfaces of ConnectedChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterfaceA 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 which can use SSL/TLS to negotiate a security layer.Classes in org.xnio.channels that implement ConnectedChannelModifier and TypeClassDescriptionclassA closeable, connected view over a read and write side of a suspendable channel, at least one of which is connected.classA 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.classAn assembled SSL channel.classDeprecated.This class is deprecated; use conduits instead.Methods in org.xnio.channels with type parameters of type ConnectedChannelModifier and TypeMethodDescriptionstatic <C extends ConnectedChannel,A extends AcceptingChannel<C>>
CChannels.acceptBlocking(A channel) Simple utility method to execute a blocking accept on an accepting channel.static <C extends ConnectedChannel,A extends AcceptingChannel<C>>
CChannels.acceptBlocking(A channel, long time, TimeUnit unit) Simple utility method to execute a blocking accept on an accepting channel, with a timeout.Methods in org.xnio.channels that return types with arguments of type ConnectedChannelModifier and TypeMethodDescriptionChannelListener.Setter<? extends ConnectedChannel>ConnectedChannel.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 ConnectedChannelModifierConstructorDescriptionAssembledConnectedMessageChannel(ConnectedChannel connection, ReadableMessageChannel readable, WritableMessageChannel writable) Construct a new instance.AssembledConnectedStreamChannel(ConnectedChannel connection, StreamSourceChannel source, StreamSinkChannel sink) Construct a new instance. -
Uses of ConnectedChannel in org.xnio.ssl
Classes in org.xnio.ssl that implement ConnectedChannelModifier and TypeClassDescriptionfinal classfinal classStreamConnection with SSL support.classA stream connection which can use SSL/TLS to negotiate a security layer.