Class MUDTilemapProtocol
java.lang.Object
org.prelle.telnet.TelnetSubnegotiationHandler
org.prelle.telnet.mud.MUDTilemapProtocol
- All Implemented Interfaces:
TelnetConstants
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.prelle.telnet.TelnetConstants
TelnetConstants.ControlCode -
Field Summary
FieldsFields inherited from class org.prelle.telnet.TelnetSubnegotiationHandler
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) static voidsendMap(TelnetSocket socket, int[][] mapData) Methods inherited from class org.prelle.telnet.TelnetSubnegotiationHandler
initializeAs
-
Field Details
-
CODE
public static final int CODE- See Also:
-
-
Constructor Details
-
MUDTilemapProtocol
public MUDTilemapProtocol()
-
-
Method Details
-
sendMap
- Throws:
IOException
-
handleSubnegotiation
public void handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) - Specified by:
handleSubnegotiationin classTelnetSubnegotiationHandler- See Also:
-