Uses of Interface
org.java_websocket.WrappedByteChannel
-
Packages that use WrappedByteChannel Package Description org.java_websocket org.java_websocket.client This package encapsulates all implementations in relation with the WebSocketClient. -
-
Uses of WrappedByteChannel in org.java_websocket
Classes in org.java_websocket that implement WrappedByteChannel Modifier and Type Class Description class
AbstractWrappedByteChannel
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(ByteBuffer buf, WebSocketImpl ws, WrappedByteChannel channel)
Constructors in org.java_websocket with parameters of type WrappedByteChannel Constructor Description AbstractWrappedByteChannel(WrappedByteChannel towrap)
-
Uses of WrappedByteChannel in org.java_websocket.client
Classes in org.java_websocket.client that implement WrappedByteChannel Modifier and Type Class Description class
AbstractClientProxyChannel
Deprecated.
-