#import <BLIPConnection.h>
Inherits TCPListener.
Most of the API is inherited from TCPListener.
Properties | |
| readonly BLIPDispatcher * | dispatcher |
| The default request dispatcher that will be inherited by all BLIPConnections opened by this listener. | |
- (BLIPDispatcher *) dispatcher [protected] |
The default request dispatcher that will be inherited by all BLIPConnections opened by this listener.
If a connection's own dispatcher doesn't have a rule to match a message, this inherited dispatcher will be checked next. Only if it fails too will the delegate be called.
1.5.4