java.lang.Object
org.prelle.telnet.TelnetSubnegotiationHandler
org.prelle.telnet.mud.MUDServerStatusProtocol
- All Implemented Interfaces:
TelnetConstants
https://tintin.mudhalla.net/protocols/mssp/
-
Nested Class Summary
Nested 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) booleaninitializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmed
-
Field Details
-
logger
-
CODE
public static final int CODE- See Also:
-
-
Constructor Details
-
MUDServerStatusProtocol
-
-
Method Details
-
handleSubnegotiation
public void handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) - Specified by:
handleSubnegotiationin classTelnetSubnegotiationHandler- See Also:
-
initializeAs
public boolean initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmed- Overrides:
initializeAsin classTelnetSubnegotiationHandler- Returns:
- TRUE when answers to a subnegotiation are expected
-