Uses of Interface
org.xnio.channels.BoundChannel
-
Packages that use BoundChannel Package Description org.xnio The main API package for XNIO.org.xnio.channels The core XNIO channel API.org.xnio.ssl Utility classes for using and implementing SSL within XNIO providers. -
-
Uses of BoundChannel in org.xnio
Classes in org.xnio that implement BoundChannel Modifier and Type Class Description classConnectionThe base for all connections.classMessageConnectionA message-oriented connection between peers.classStreamConnectionA connection between peers. -
Uses of BoundChannel in org.xnio.channels
Subinterfaces of BoundChannel in org.xnio.channels Modifier and Type Interface Description interfaceAcceptingChannel<C extends ConnectedChannel>A channel which can accept inbound connections from remote endpoints.interfaceBoundMultipointMessageChannelA multipoint datagram channel.interfaceConnectedChannelA channel that has a local and peer endpoint address.interfaceConnectedMessageChannelA channel that sends and receives messages to a connected peer.interfaceConnectedSslStreamChannelA TLS-encapsulated connected stream channel.interfaceConnectedStreamChannelA stream channel that is a connection between a local and remote endpoint.interfaceMulticastMessageChannelA multicast-capable point-to-multipoint channel.interfaceSslChannelA channel which can use SSL/TLS to negotiate a security layer.Classes in org.xnio.channels that implement BoundChannel Modifier and Type Class Description classAssembledConnectedChannelA closeable, connected view over a read and write side of a suspendable channel, at least one of which is connected.classAssembledConnectedMessageChannelA connected bidirectional message channel assembled from a readable and writable message channel.classAssembledConnectedSslStreamChannelA connected SSL stream channel assembled from a stream source and stream sink.classAssembledConnectedStreamChannelA connected stream channel assembled from a stream source and stream sink.classAssembledSslChannelAn assembled SSL channel.classFramedMessageChannelDeprecated.This class is deprecated; use conduits instead.Methods in org.xnio.channels that return types with arguments of type BoundChannel Modifier and Type Method Description ChannelListener.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 BoundChannel Modifier and Type Class Description classJsseSslConnectionclassJsseSslStreamConnectionStreamConnection with SSL support.classSslConnectionA stream connection which can use SSL/TLS to negotiate a security layer.
-