kawa
public class TelnetOutputStream extends FilterOutputStream
Constructor Summary | |
---|---|
TelnetOutputStream(OutputStream out) |
Method Summary | |
---|---|
void | write(int value) |
void | write(byte[] b) |
void | write(byte[] b, int off, int len) |
void | writeCommand(int code) |
void | writeCommand(int code, int option) |
void | writeDo(int option) |
void | writeDont(int option) |
void | writeSubCommand(int option, byte[] command) |
void | writeWill(int option) |
void | writeWont(int option) |