我不明白 sendCommand 我必须将字符串转换为字节才能在此代码中执行
public void sendCommand(byte command)
throws IOException, IllegalArgumentException
向远程对等方发送命令字节,添加 IAC 前缀。此方法不等待任何响应。远端发送的消息可以通过注册一个合适的 TelnetOptionHandler 来处理。
参数: command - 命令的代码
我不明白 sendCommand 我必须将字符串转换为字节才能在此代码中执行
public void sendCommand(byte command)
throws IOException, IllegalArgumentException
向远程对等方发送命令字节,添加 IAC 前缀。此方法不等待任何响应。远端发送的消息可以通过注册一个合适的 TelnetOptionHandler 来处理。
参数: command - 命令的代码