class documentation

class SOCKSv4Driver(socks.SOCKSv4): (source)

View In Hierarchy

Undocumented

Method connectClass Undocumented
Method listenClass Undocumented
Instance Variable driver_listen Undocumented
Instance Variable driver_outgoing Undocumented

Inherited from SOCKSv4:

Method __init__ Undocumented
Method authorize Undocumented
Method connectionLost Called when the connection is shut down.
Method connectionMade Called when a connection is made.
Method dataReceived Called whenever data is received.
Method log Undocumented
Method makeReply Undocumented
Method write Undocumented
Instance Variable buf Part of a SOCKSv4 connection request.
Instance Variable logging If not None, the name of the logfile to which connection information will be written.
Instance Variable otherConn Until the connection has been established, otherConn is None. After that, it is the proxy-to-destination protocol instance along which the client's connection is being forwarded.
Instance Variable reactor The reactor used to create connections.
Method _dataReceived2 The second half of the SOCKS connection setup. For a SOCKSv4 packet this is after the server address has been extracted from the header. For a SOCKSv4a packet this is after the host name has been resolved.

Inherited from Protocol (via SOCKSv4):

Method logPrefix Return a prefix matching the class name, to identify log messages related to this protocol instance.
Class Variable factory Undocumented

Inherited from BaseProtocol (via SOCKSv4, Protocol):

Method makeConnection Make a connection to a transport and a server.
Instance Variable connected Undocumented
Instance Variable transport Undocumented
def connectClass(self, host, port, klass, *args): (source)
def listenClass(self, port, klass, *args): (source)
driver_listen = (source)

Undocumented

driver_outgoing = (source)

Undocumented