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.TelnetOptionHandler
RFC 2217 telnet COM-PORT-OPTION.- See Also:
- RFC 2217
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComPortOptionHandler(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:
answerSubnegotiation
in classorg.apache.commons.net.telnet.TelnetOptionHandler
-
startSubnegotiationLocal
public int[] startSubnegotiationLocal()
- Specified by:
startSubnegotiationLocal
in classorg.apache.commons.net.telnet.TelnetOptionHandler
-
startSubnegotiationRemote
public int[] startSubnegotiationRemote()
- Specified by:
startSubnegotiationRemote
in classorg.apache.commons.net.telnet.TelnetOptionHandler
-
-