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 classAbstractWrappedByteChannelDeprecated.classSSLSocketChannelA 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(java.nio.ByteBuffer buf, WebSocketImpl ws, WrappedByteChannel channel)Constructors in org.java_websocket with parameters of type WrappedByteChannel Constructor Description AbstractWrappedByteChannel(WrappedByteChannel towrap)Deprecated.
-