class ChannelX11 extends Channel
Channel.MyPipedInputStream, Channel.PassiveInputStream, Channel.PassiveOutputStream
Modifier and Type | Field and Description |
---|---|
private byte[] |
cache |
(package private) static byte[] |
cookie |
private static byte[] |
cookie_hex |
private static java.util.Hashtable |
faked_cookie_hex_pool |
private static java.util.Hashtable |
faked_cookie_pool |
private static java.lang.String |
host |
private boolean |
init |
private static int |
LOCAL_MAXIMUM_PACKET_SIZE |
private static int |
LOCAL_WINDOW_SIZE_MAX |
private static int |
port |
private java.net.Socket |
socket |
private static byte[] |
table |
private static int |
TIMEOUT |
close, connected, connectTimeout, eof_local, eof_remote, exitstatus, id, index, io, lmpsize, lwsize, lwsize_max, notifyme, open_confirmation, recipient, reply, rmpsize, rwsize, SSH_MSG_CHANNEL_OPEN_CONFIRMATION, SSH_MSG_CHANNEL_OPEN_FAILURE, SSH_MSG_CHANNEL_WINDOW_ADJUST, SSH_OPEN_ADMINISTRATIVELY_PROHIBITED, SSH_OPEN_CONNECT_FAILED, SSH_OPEN_RESOURCE_SHORTAGE, SSH_OPEN_UNKNOWN_CHANNEL_TYPE, thread, type
Constructor and Description |
---|
ChannelX11() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
addCache(byte[] foo,
int s,
int l) |
private static boolean |
equals(byte[] foo,
byte[] bar) |
(package private) static byte[] |
getFakedCookie(Session session) |
(package private) static void |
removeFakedCookie(Session session) |
(package private) static int |
revtable(byte foo) |
void |
run() |
(package private) static void |
setCookie(java.lang.String foo) |
(package private) static void |
setHost(java.lang.String foo) |
(package private) static void |
setPort(int foo) |
(package private) void |
write(byte[] foo,
int s,
int l) |
addRemoteWindowSize, close, connect, connect, del, disconnect, disconnect, eof_remote, eof, genChannelOpenPacket, getChannel, getChannel, getData, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getRecipient, getSession, init, isClosed, isConnected, isEOF, sendChannelOpen, sendOpenConfirmation, sendOpenFailure, sendSignal, setExitStatus, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setLocalPacketSize, setLocalWindowSize, setLocalWindowSizeMax, setOutputStream, setOutputStream, setRecipient, setRemotePacketSize, setRemoteWindowSize, setSession, setXForwarding, start, write_ext, write
private static final int LOCAL_WINDOW_SIZE_MAX
private static final int LOCAL_MAXIMUM_PACKET_SIZE
private static final int TIMEOUT
private static java.lang.String host
private static int port
private boolean init
static byte[] cookie
private static byte[] cookie_hex
private static java.util.Hashtable faked_cookie_pool
private static java.util.Hashtable faked_cookie_hex_pool
private static byte[] table
private java.net.Socket socket
private byte[] cache
static int revtable(byte foo)
static void setCookie(java.lang.String foo)
static void setHost(java.lang.String foo)
static void setPort(int foo)
static byte[] getFakedCookie(Session session)
static void removeFakedCookie(Session session)
public void run()
private byte[] addCache(byte[] foo, int s, int l)
void write(byte[] foo, int s, int l) throws java.io.IOException
private static boolean equals(byte[] foo, byte[] bar)