Kamaelia.Internet.TCPServer.TCPServer
class TCPServer(Axon.Component.component)
TCPServer(listenport) -> TCPServer component listening on the specified port.
Creates a TCPServer component that accepts all connection requests on the
specified port.
Inboxes
- DataReady : status('data ready') messages indicating new connection waiting to be accepted
- _csa_feedback : for feedback from ConnectedSocketAdapter (shutdown messages)
Outboxes
- protocolHandlerSignal : For passing on newly created ConnectedSocketAdapter components
- signal : NOT USED
- _selectorSignal : For registering newly created ConnectedSocketAdapter components with a selector service
Methods defined here
Warning!
You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.
|