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 classAbstractWrappedByteChannelclassSSLSocketChannelA class that represents an SSL/TLS peer, and can be extended to create a client or a server.classSSLSocketChannel2Implements 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 booleanSocketChannelIOHelper. 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 classAbstractClientProxyChannelDeprecated.
-