Uses of Interface
org.java_websocket.WrappedByteChannel
-
Packages that use WrappedByteChannel Package Description org.java_websocket -
-
Uses of WrappedByteChannel in org.java_websocket
Classes in org.java_websocket that implement WrappedByteChannel Modifier and Type Class Description class
AbstractWrappedByteChannel
Deprecated.class
SSLSocketChannel
A class that represents an SSL/TLS peer, and can be extended to create a client or a server.class
SSLSocketChannel2
Implements the relevant portions of the SocketChannel interface with the SSLEngine wrapper.Methods in org.java_websocket with parameters of type WrappedByteChannel Modifier and Type Method Description static boolean
SocketChannelIOHelper. readMore(java.nio.ByteBuffer buf, WebSocketImpl ws, WrappedByteChannel channel)
Constructors in org.java_websocket with parameters of type WrappedByteChannel Constructor Description AbstractWrappedByteChannel(WrappedByteChannel towrap)
Deprecated.
-