com.jcraft.jsch
Class ChannelX11
java.lang.Object
com.jcraft.jsch.Channel
com.jcraft.jsch.ChannelX11
- All Implemented Interfaces:
- java.lang.Runnable
class ChannelX11
- extends Channel
|
Field Summary |
(package private) static byte[] |
cookie
|
(package private) static byte[] |
cookie_hex
|
(package private) static java.lang.String |
host
|
(package private) boolean |
init
|
(package private) static int |
port
|
(package private) java.net.Socket |
socket
|
(package private) static byte[] |
table
|
| Fields inherited from class com.jcraft.jsch.Channel |
close, connected, eof_local, eof_remote, exitstatus, id, index, io, lmpsize, lwsize, lwsize_max, recipient, reply, rmpsize, rwsize, session, thread, type |
|
Method Summary |
(package private) static byte[] |
getFakedCookie(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)
|
| Methods inherited from class com.jcraft.jsch.Channel |
addRemoteWindowSize, close, connect, del, disconnect, disconnect, eof_remote, eof, getChannel, getChannel, getData, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getRecipient, getSession, init, isClosed, isConnected, isEOF, sendSignal, setExitStatus, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setLocalPacketSize, setLocalWindowSize, setLocalWindowSizeMax, setOutputStream, setOutputStream, setRecipient, setRemotePacketSize, setRemoteWindowSize, setSession, setXForwarding, start, write_ext, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
host
static java.lang.String host
port
static int port
init
boolean init
cookie
static byte[] cookie
cookie_hex
static byte[] cookie_hex
table
static byte[] table
socket
java.net.Socket socket
ChannelX11
ChannelX11()
revtable
static int revtable(byte foo)
setCookie
static void setCookie(java.lang.String foo)
setHost
static void setHost(java.lang.String foo)
setPort
static void setPort(int foo)
getFakedCookie
static byte[] getFakedCookie(Session session)
run
public void run()
- Specified by:
run in interface java.lang.Runnable- Overrides:
run in class Channel
write
void write(byte[] foo,
int s,
int l)
throws java.io.IOException
- Overrides:
write in class Channel
- Throws:
java.io.IOException
Copyright 2006 jcraft. All Rights Reserved.