java.lang.Object
org.zazof.jteg.MessageChainBuilder
org.zazof.jteg.ProtocolThreeBuilder
- public class ProtocolThreeBuilder
- extends MessageChainBuilder
This class builds a Chain Of Responsability for protocol version 3 of TEG
This is the protocol used by teg servers upto 0.7
|
Method Summary |
Message |
returnEntryPoint()
Returns the first Message of the MessageChain that needs to be used as entrypoint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$entryPoint
private Message $entryPoint
DEBUG
private static final boolean DEBUG
- See Also:
- Constant Field Values
ProtocolThreeBuilder
public ProtocolThreeBuilder()
returnEntryPoint
public Message returnEntryPoint()
- Returns the first Message of the MessageChain that needs to be used as entrypoint
- Specified by:
returnEntryPoint in class MessageChainBuilder