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 TypeClassDescriptionclassThe base for all connections.classA message-oriented connection between peers.classA connection between peers. -
Uses of BoundChannel in org.xnio.channels
Subinterfaces of BoundChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterfaceAcceptingChannel<C extends ConnectedChannel>A channel which can accept inbound connections from remote endpoints.interfaceA multipoint datagram channel.interfaceA channel that has a local and peer endpoint address.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 multicast-capable point-to-multipoint channel.interfaceA channel which can use SSL/TLS to negotiate a security layer.Classes in org.xnio.channels that implement BoundChannelModifier 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 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 classfinal classStreamConnection with SSL support.classA stream connection which can use SSL/TLS to negotiate a security layer.