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 TypeClassDescriptionclass
The base for all connections.class
A message-oriented connection between peers.class
A 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 void
Messages_$logger.acceptFailed
(AcceptingChannel<? extends ConnectedChannel> channel, IOException reason) void
Messages.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 TypeInterfaceDescriptioninterface
AcceptingChannel<C extends ConnectedChannel>
A channel which can accept inbound connections from remote endpoints.Subinterfaces of ConnectedChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
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 which can use SSL/TLS to negotiate a security layer.Classes in org.xnio.channels that implement ConnectedChannelModifier and TypeClassDescriptionclass
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
An assembled SSL channel.class
Deprecated.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 class
final class
StreamConnection with SSL support.class
A stream connection which can use SSL/TLS to negotiate a security layer.