Module bzServer :: Class bzServerSocket
[frames] | no frames]

Class bzServerSocket

source code


A socket

Instance Methods
 
__init__(self, hostname, port) source code
 
__repr__(self) source code
Instance Variables
string. hostname
the socket.
integer. port
the port number on which the server accept connection from.
sockaddr. sa
socket address.
socket.socket. socket
the socket.