This class is the starting point of services. It listens on the given port, and when a connection is accepted it starts a session and the given service.
| Example 6.2. Dispatcher example |
|---|
|
The following example defines a transparent dispatcher that
starts the service called Dispatcher(bindto=SockAddrInet('192.168.2.1', 50080), service="demo_http_service", transparent=TRUE, backlog=255, threaded=FALSE)
|
Copyright: © 2021 Balasys IT Security
Send your comments to support@balasys.hu


