Class SSL.connection
- Description
SSL packet layer.
SSL.connection inherits SSL.handshake, and in addition to the state in the handshake super class, it contains the current read and write states, packet queues. This object is responsible for receiving and sending packets, processing handshake packets, and providing a clear text packages for some application.
- Inherit alert
inherit ADT.Queue : alert
- Inherit application
inherit ADT.Queue : application
- Inherit handshake
inherit .handshake : handshake
- Inherit urgent
inherit ADT.Queue : urgent