Package com.rabbitmq.client.impl.nio
Class SslEngineHelper
- java.lang.Object
- 
- com.rabbitmq.client.impl.nio.SslEngineHelper
 
- 
 public class SslEngineHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description SslEngineHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclose(WritableByteChannel channel, SSLEngine engine)static booleandoHandshake(SocketChannel socketChannel, SSLEngine engine)static voidwrite(WritableByteChannel socketChannel, SSLEngine engine, ByteBuffer plainOut, ByteBuffer cypherOut)
 
- 
- 
- 
Method Detail- 
doHandshakepublic static boolean doHandshake(SocketChannel socketChannel, SSLEngine engine) throws IOException - Throws:
- IOException
 
 - 
writepublic static void write(WritableByteChannel socketChannel, SSLEngine engine, ByteBuffer plainOut, ByteBuffer cypherOut) throws IOException - Throws:
- IOException
 
 - 
closepublic static void close(WritableByteChannel channel, SSLEngine engine) throws IOException - Throws:
- IOException
 
 
- 
 
-