Uses of Interface
org.xnio.channels.ByteChannel
-
Packages that use ByteChannel Package Description org.xnio.channels The core XNIO channel API. -
-
Uses of ByteChannel in org.xnio.channels
Subinterfaces of ByteChannel in org.xnio.channels Modifier and Type Interface Description interfaceConnectedSslStreamChannelA TLS-encapsulated connected stream channel.interfaceConnectedStreamChannelA stream channel that is a connection between a local and remote endpoint.interfaceStreamChannelA stream channel.Classes in org.xnio.channels that implement ByteChannel Modifier and Type Class Description 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.classAssembledStreamChannelA stream channel assembled from a stream source and stream sink.Methods in org.xnio.channels that return ByteChannel Modifier and Type Method Description static ByteChannelChannels. wrapByteChannel(ByteChannel original)Create a wrapper for a byte channel which does not expose other methods.Methods in org.xnio.channels with parameters of type ByteChannel Modifier and Type Method Description static ByteChannelChannels. wrapByteChannel(ByteChannel original)Create a wrapper for a byte channel which does not expose other methods.
-