Module 
Package org.xnio.ssl

Class SslConnection

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, BoundChannel, CloseableChannel, CloseListenerSettable<StreamConnection>, Configurable, ConnectedChannel, SslChannel
Direct Known Subclasses:
JsseSslConnection, JsseSslStreamConnection

public abstract class SslConnection extends StreamConnection implements SslChannel
A stream connection which can use SSL/TLS to negotiate a security layer.
Author:
Flavia Rainone
  • Constructor Details

    • SslConnection

      protected SslConnection(XnioIoThread thread)
      Construct a new instance.
      Parameters:
      thread - the I/O thread of this connection
  • Method Details