StreamPeerTLS
Inherits: StreamPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
accept_stream ( StreamPeer stream, TLSOptions server_options ) |
|
connect_to_stream ( StreamPeer stream, String common_name, TLSOptions client_options=null ) |
|
void |
|
get_status ( ) const |
|
get_stream ( ) const |
|
void |
poll ( ) |
Enumerations
enum Status:
Status STATUS_DISCONNECTED = 0
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_HANDSHAKING = 1
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_CONNECTED = 2
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_ERROR = 3
There is currently no description for this enum. Please help us by contributing one!
Status STATUS_ERROR_HOSTNAME_MISMATCH = 4
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
Error accept_stream ( StreamPeer stream, TLSOptions server_options )
There is currently no description for this method. Please help us by contributing one!
Error connect_to_stream ( StreamPeer stream, String common_name, TLSOptions client_options=null )
There is currently no description for this method. Please help us by contributing one!
void disconnect_from_stream ( )
There is currently no description for this method. Please help us by contributing one!
Status get_status ( ) const
There is currently no description for this method. Please help us by contributing one!
StreamPeer get_stream ( ) const
There is currently no description for this method. Please help us by contributing one!
void poll ( )
There is currently no description for this method. Please help us by contributing one!