Uses of Interface
org.xnio.channels.ByteChannel
Packages that use ByteChannel
-
Uses of ByteChannel in org.xnio.channels
Subinterfaces of ByteChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
A TLS-encapsulated connected stream channel.interface
A stream channel that is a connection between a local and remote endpoint.interface
A stream channel.Classes in org.xnio.channels that implement ByteChannelModifier and TypeClassDescriptionclass
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
A stream channel assembled from a stream source and stream sink.Methods in org.xnio.channels that return ByteChannelModifier and TypeMethodDescriptionstatic ByteChannel
Channels.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 ByteChannelModifier and TypeMethodDescriptionstatic ByteChannel
Channels.wrapByteChannel
(ByteChannel original) Create a wrapper for a byte channel which does not expose other methods.