程序包 | 说明 |
---|---|
org.java_websocket | |
org.java_websocket.client |
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
static boolean |
SocketChannelIOHelper.readMore(java.nio.ByteBuffer buf,
WebSocketImpl ws,
WrappedByteChannel channel) |
构造器和说明 |
---|
AbstractWrappedByteChannel(WrappedByteChannel towrap) |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractClientProxyChannel |