Next: The PeerReader class
Up: Protocol modules
Previous: Protocol modules
  Contents
  Index
The PeerProtocol class is a placeholder for protocol specific
components. It is registered with the PeerBackEnd when it is intended
to be used. This component does not provide any significant functionality
except encapsulating the protocol specific components. The most important
methods of this component are:
- getMonitor() ->
PeerMonitor
-
Returns the monitor specific for this protocol.
- getReader() ->
PeerReader
-
Returns the message reader specific for this protocol.
Marcus Bergner
2003-06-10