I am an SSL server.
Methods
|
|
__init__
getHost
getPeer
|
|
__init__
|
__init__ ( *args, *kwargs )
|
|
getHost
|
getHost ( self )
Returns a tuple of (SSL , hostname, port).
This indicates the servers address.
|
|
getPeer
|
getPeer ( self )
Returns a tuple of (SSL , hostname, port), indicating the connected
client's address.
|
|