Uses of Interface
org.xnio.channels.BoundChannel
Packages that use BoundChannel
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 BoundChannel in org.xnio
Classes in org.xnio that implement BoundChannelModifier and TypeClassDescriptionclass
The base for all connections.class
A message-oriented connection between peers.class
A connection between peers. -
Uses of BoundChannel in org.xnio.channels
Subinterfaces of BoundChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
AcceptingChannel<C extends ConnectedChannel>
A channel which can accept inbound connections from remote endpoints.interface
A multipoint datagram channel.interface
A channel that has a local and peer endpoint address.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 multicast-capable point-to-multipoint channel.interface
A channel which can use SSL/TLS to negotiate a security layer.Classes in org.xnio.channels that implement BoundChannelModifier 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 that return types with arguments of type BoundChannelModifier and TypeMethodDescriptionChannelListener.Setter<? extends BoundChannel>
BoundChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel. -
Uses of BoundChannel in org.xnio.ssl
Classes in org.xnio.ssl that implement BoundChannelModifier and TypeClassDescriptionfinal class
final class
StreamConnection with SSL support.class
A stream connection which can use SSL/TLS to negotiate a security layer.