public class SSLChannel
extends com.hazelcast.internal.networking.nio.NioChannel
| Constructor and Description |
|---|
SSLChannel(SSLEngine sslEngine,
SocketChannel socketChannel,
String mutualAuthentication,
boolean directBuffer,
boolean clientMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeOutbound() |
int |
read(ByteBuffer dst) |
String |
toString() |
int |
write(ByteBuffer src) |
flush, inboundPipeline, init, lastReadTimeMillis, lastWriteTimeMillis, onClose, outboundPipeline, writepublic SSLChannel(SSLEngine sslEngine, SocketChannel socketChannel, String mutualAuthentication, boolean directBuffer, boolean clientMode) throws Exception
Exceptionpublic int write(ByteBuffer src) throws IOException
write in interface com.hazelcast.internal.networking.Channelwrite in class com.hazelcast.internal.networking.AbstractChannelIOExceptionpublic int read(ByteBuffer dst) throws IOException
read in interface com.hazelcast.internal.networking.Channelread in class com.hazelcast.internal.networking.AbstractChannelIOExceptionpublic void closeOutbound()
throws IOException
closeOutbound in interface com.hazelcast.internal.networking.ChannelcloseOutbound in class com.hazelcast.internal.networking.AbstractChannelIOExceptionpublic String toString()
toString in class com.hazelcast.internal.networking.nio.NioChannelCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.