Uses of Class
org.prelle.telnet.TelnetSocket
Packages that use TelnetSocket
-
Uses of TelnetSocket in org.prelle.telnet
Methods in org.prelle.telnet that return TelnetSocketModifier and TypeMethodDescriptionTelnetSocket.addSocketListener(TelnetSocketListener optList) TelnetSocket.setOptionListener(int code, TelnetOptionListener callback) TelnetSocket.setOptionListener(TelnetOption option, TelnetOptionListener callback) TelnetSocket.support(int code, TelnetConstants.ControlCode willOrDo) TelnetSocket.support(int code, TelnetConstants.ControlCode willOrDo, Object configData) Methods in org.prelle.telnet with parameters of type TelnetSocketModifier and TypeMethodDescriptionabstract voidTelnetSubnegotiationHandler.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) booleanTelnetSubnegotiationHandler.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmeddefault voidTelnetOptionListener.remotePartySent(TelnetSocket socket, int code, TelnetCommand command) default voidTelnetSocketListener.telnetCommandReceived(TelnetSocket nvt, TelnetCommand command) default voidTelnetSocketListener.telnetOptionStatusChange(TelnetSocket nvt, TelnetOption option, boolean active) voidTelnetSocketListener.telnetSocketChanged(TelnetSocket nvt, TelnetSocket.State oldState, TelnetSocket.State newState) Constructors in org.prelle.telnet with parameters of type TelnetSocketModifierConstructorDescriptionNewTelnetInputStream(TelnetSocket list, InputStream in) TelnetInputStream(TelnetSocket list, InputStream in) -
Uses of TelnetSocket in org.prelle.telnet.mud
Methods in org.prelle.telnet.mud with parameters of type TelnetSocketModifier and TypeMethodDescriptionvoidAardwolfMushclientProtocol.handleSubnegotiation(int code, int[] values, TelnetSocket nvt, TelnetOutputStream out) voidGenericMUDCommunicationProtocol.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidMUDServerStatusProtocol.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidMUDTilemapProtocol.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) booleanGenericMUDCommunicationProtocol.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanMUDServerStatusProtocol.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedprotected voidMUDTerminalTypeStandard.processResult(TelnetSocket nvt, List<String> received) Called when all information has been receivedstatic voidMUDTilemapProtocol.sendMap(TelnetSocket socket, int[][] mapData) -
Uses of TelnetSocket in org.prelle.telnet.option
Methods in org.prelle.telnet.option with parameters of type TelnetSocketModifier and TypeMethodDescriptionvoidLineMode.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidMXPOption.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidStatusOption.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidTelnetCharset.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidTelnetEnvironmentOption.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) voidTelnetWindowSize.handleSubnegotiation(int code, int[] values, TelnetSocket nvt, TelnetOutputStream out) voidTerminalType.handleSubnegotiation(int code, int[] values, TelnetSocket origin, TelnetOutputStream out) booleanLineMode.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanMXPOption.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) booleanTelnetCharset.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanTelnetEnvironmentOption.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) booleanTelnetWindowSize.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanTerminalType.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) static voidTelnetWindowSize.sendUpdate(TelnetSocket origin, int w, int h)