java.lang.Object
org.glassfish.grizzly.ssl.SSLCodec
SSL Codec, which contains SSL encoder and decoder
Transformers.- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandshake(Connection connection) handshake(Connection connection, SSLEngineConfigurator configurator)
-
Constructor Details
-
SSLCodec
-
SSLCodec
-
-
Method Details
-
getDecoder
- Specified by:
getDecoderin interfaceCodec<Buffer,Buffer>
-
getEncoder
- Specified by:
getEncoderin interfaceCodec<Buffer,Buffer>
-
getClientSSLEngineConfig
-
getServerSSLEngineConfig
-
handshake
- Throws:
IOException
-
handshake
public Future<SSLEngine> handshake(Connection connection, SSLEngineConfigurator configurator) throws IOException - Throws:
IOException
-