Package gnu.io.rfc2217
Class ComPortOptionHandler
- java.lang.Object
-
- org.apache.commons.net.telnet.TelnetOptionHandler
-
- gnu.io.rfc2217.ComPortOptionHandler
-
public class ComPortOptionHandler extends org.apache.commons.net.telnet.TelnetOptionHandlerRFC 2217 telnet COM-PORT-OPTION.- See Also:
- RFC 2217
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedComPortOptionHandler(TelnetSerialPort telnetSerialPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]answerSubnegotiation(int[] data, int length)int[]startSubnegotiationLocal()int[]startSubnegotiationRemote()
-
-
-
Constructor Detail
-
ComPortOptionHandler
protected ComPortOptionHandler(TelnetSerialPort telnetSerialPort)
-
-
Method Detail
-
answerSubnegotiation
public int[] answerSubnegotiation(int[] data, int length)- Specified by:
answerSubnegotiationin classorg.apache.commons.net.telnet.TelnetOptionHandler
-
startSubnegotiationLocal
public int[] startSubnegotiationLocal()
- Specified by:
startSubnegotiationLocalin classorg.apache.commons.net.telnet.TelnetOptionHandler
-
startSubnegotiationRemote
public int[] startSubnegotiationRemote()
- Specified by:
startSubnegotiationRemotein classorg.apache.commons.net.telnet.TelnetOptionHandler
-
-