java.lang.Object
org.prelle.telnet.TelnetSubnegotiationHandler
org.prelle.telnet.option.MXPOption
- All Implemented Interfaces:
TelnetConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceNested 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 confirmedvoidprocessMXP(String input)
-
Field Details
-
logger
-
-
Constructor Details
-
MXPOption
-
-
Method Details
-
initializeAs
public boolean initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Description copied from class:TelnetSubnegotiationHandlerCalled after the use of a option has been confirmed- Overrides:
initializeAsin classTelnetSubnegotiationHandler- Returns:
- TRUE when answers to a subnegotiation are expected
- See Also:
-
handleSubnegotiation
public void handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) - Specified by:
handleSubnegotiationin classTelnetSubnegotiationHandler
-
processMXP
-