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 TypeInterfaceDescriptioninterfaceA TLS-encapsulated connected stream channel.interfaceA stream channel that is a connection between a local and remote endpoint.interfaceA stream channel.Classes in org.xnio.channels that implement ByteChannelModifier and TypeClassDescriptionclassA connected SSL stream channel assembled from a stream source and stream sink.classA connected stream channel assembled from a stream source and stream sink.classA stream channel assembled from a stream source and stream sink.Methods in org.xnio.channels that return ByteChannelModifier and TypeMethodDescriptionstatic 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 ByteChannelModifier and TypeMethodDescriptionstatic ByteChannelChannels.wrapByteChannel(ByteChannel original) Create a wrapper for a byte channel which does not expose other methods.