[Top]
predef::
SSL
SSL.connection
|
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
"constants"
-
inherit "constants"
- Inherit
"handshake"
-
inherit "handshake"
- Inherit
alert
-
inherit Queue : alert
- Inherit
urgent
-
inherit Queue : urgent
- Inherit
application
-
inherit Queue : application
|