This class encapsulates a UNIX domain socket endpoint.
The socket is represented by a filename. The SockAddrUnix
Python class serves only
documentation purposes, and has no real connection to the
behavior implemented in C.
| Example 5.44. SockAddrUnix example |
|---|
|
The following example defines a Unix domain socket. SockAddrUnix('/var/sample.socket')The following example uses SockAddrUnix in a DirectedRouter. Service(name="demo_service", proxy_class=HttpProxy, router=DirectedRouter(dest_addr=SockAddrUnix('/var/sample.socket'), overrideable=FALSE, forge_addr=FALSE))
|
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu


