Package org.java_websocket.interfaces
Interface ISSLChannel
-
- All Known Implementing Classes:
SSLSocketChannel
,SSLSocketChannel2
public interface ISSLChannel
Interface which specifies all required methods a SSLSocketChannel has to make public.- Since:
- 1.4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.net.ssl.SSLEngine
getSSLEngine()
Get the ssl engine used for the de- and encryption of the communication.
-