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

Class UnixLocalEndpoint

source code

_object --+    
          |    
   Endpoint --+
              |
             UnixLocalEndpoint

Represents a UNIX local socket endpoint. Only available on UNIX platforms.

Instance Methods
 
__init__(self, *args)
Constructs a UNIX local socket endpoint with the given name.
source code
Method Details

__init__(self, *args)
(Constructor)

source code 

Constructs a UNIX local socket endpoint with the given name.

Overrides: Endpoint.__init__