Class SSLSessionState


  • public final class SSLSessionState
    extends java.lang.Object
    State of an SSLSession
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Aborted
      connection aborted
      static int Closed
      connection closed normally
      static int Connected
      Handshake complete, ready for normal I/O
      static int Handshake
      SSL handshake in progress
      static int Idle
      no I/O performed yet
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait