Class GenericMUDCommunicationProtocol
java.lang.Object
org.prelle.telnet.TelnetSubnegotiationHandler
org.prelle.telnet.mud.GenericMUDCommunicationProtocol
- All Implemented Interfaces:
TelnetConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic classNested classes/interfaces inherited from interface org.prelle.telnet.TelnetConstants
TelnetConstants.ControlCode -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) static voidsend(TelnetOutputStream out, String packName, String command) Methods inherited from class org.prelle.telnet.TelnetSubnegotiationHandler
initializeAs
-
Field Details
-
logger
-
CODE
public static final int CODE- See Also:
-
-
Constructor Details
-
GenericMUDCommunicationProtocol
public GenericMUDCommunicationProtocol()
-
-
Method Details
-
send
- Throws:
IOException
-
handleSubnegotiation
public void handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) - Specified by:
handleSubnegotiationin classTelnetSubnegotiationHandler- See Also:
-