java.lang.Object
org.prelle.telnet.TelnetSubnegotiationHandler
org.prelle.telnet.option.TerminalType
- All Implemented Interfaces:
TelnetConstants
- Direct Known Subclasses:
MUDTerminalTypeStandard
RFC 1091
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceNested classes/interfaces inherited from interface org.prelle.telnet.TelnetConstants
TelnetConstants.ControlCode -
Field Summary
Fields inherited from class org.prelle.telnet.TelnetSubnegotiationHandler
logger -
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
-
Constructor Details
-
TerminalType
-
-
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- See Also:
-