Class SSLConnectionContext


  • public final class SSLConnectionContext
    extends Object
    SSL context associated with a Connection.
    Author:
    Alexey Stashok
    • Constructor Detail

      • SSLConnectionContext

        public SSLConnectionContext​(Connection connection)
    • Method Detail

      • getSslEngine

        public SSLEngine getSslEngine()
      • getConnection

        public Connection getConnection()
      • attach

        public void attach()
      • configure

        public void configure​(SSLEngine sslEngine)
      • isServerMode

        public boolean isServerMode()
      • getAppBufferSize

        public int getAppBufferSize()
      • getNetBufferSize

        public int getNetBufferSize()
      • getNewConnectionFilterChain

        public FilterChain getNewConnectionFilterChain()
      • setNewConnectionFilterChain

        public void setNewConnectionFilterChain​(FilterChain newConnectionFilterChain)