Package deltavsoft :: Module rcfproto :: Class HttpEndpoint
[frames] | no frames]

Class HttpEndpoint

source code

_object --+        
          |        
   Endpoint --+    
              |    
    TcpEndpoint --+
                  |
                 HttpEndpoint

Represents a HTTP endpoint.

Instance Methods
 
__init__(self, *args)
Constructs an HTTP endpoint on the given port number.
source code

Inherited from TcpEndpoint: AsString, GetIp, GetPort

Method Details

__init__(self, *args)
(Constructor)

source code 

Constructs an HTTP endpoint on the given port number.

Overrides: Endpoint.__init__