public class SSLSocketChannelWrapper extends DefaultSocketChannelWrapper
socketChannel| Constructor and Description |
|---|
SSLSocketChannelWrapper(SSLContext sslContext,
SocketChannel sc,
boolean client) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(ByteBuffer output) |
long |
read(ByteBuffer[] byteBuffers,
int i,
int i1) |
int |
write(ByteBuffer input) |
long |
write(ByteBuffer[] byteBuffers,
int i,
int i1) |
configureBlocking, connect, finishConnect, isBlocking, isConnected, isConnectionPending, isOpen, keyFor, read, register, socket, validOps, writepublic SSLSocketChannelWrapper(SSLContext sslContext, SocketChannel sc, boolean client) throws Exception
Exceptionpublic int write(ByteBuffer input) throws IOException
write in interface SocketChannelWrapperwrite in class DefaultSocketChannelWrapperIOExceptionpublic int read(ByteBuffer output) throws IOException
read in interface SocketChannelWrapperread in class DefaultSocketChannelWrapperIOExceptionpublic void close()
throws IOException
close in interface SocketChannelWrapperclose in class DefaultSocketChannelWrapperIOExceptionpublic long read(ByteBuffer[] byteBuffers, int i, int i1) throws IOException
read in interface SocketChannelWrapperread in class DefaultSocketChannelWrapperIOExceptionpublic long write(ByteBuffer[] byteBuffers, int i, int i1) throws IOException
write in interface SocketChannelWrapperwrite in class DefaultSocketChannelWrapperIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.