JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
F
G
H
I
L
M
O
P
R
S
T
U
W
X
A
addTimeoutHandler(long, Runnable)
- Static method in class com.trilead.ssh2.util.
TimeoutService
It is assumed that the passed handler will not execute for a long time.
available()
- Method in class com.trilead.ssh2.channel.
ChannelInputStream
B
bindAddress
- Variable in class com.trilead.ssh2.channel.
RemoteForwardingData
bindPort
- Variable in class com.trilead.ssh2.channel.
RemoteForwardingData
C
cancelTimeoutHandler(TimeoutService.TimeoutToken)
- Static method in class com.trilead.ssh2.util.
TimeoutService
Channel
- Class in
com.trilead.ssh2.channel
Channel.
Channel(ChannelManager)
- Constructor for class com.trilead.ssh2.channel.
Channel
ChannelInputStream
- Class in
com.trilead.ssh2.channel
ChannelInputStream.
ChannelManager
- Class in
com.trilead.ssh2.channel
ChannelManager.
ChannelManager(TransportManager)
- Constructor for class com.trilead.ssh2.channel.
ChannelManager
ChannelOutputStream
- Class in
com.trilead.ssh2.channel
ChannelOutputStream.
checkX11Cookie(String)
- Method in class com.trilead.ssh2.channel.
ChannelManager
close()
- Method in class com.trilead.ssh2.channel.
ChannelInputStream
close()
- Method in class com.trilead.ssh2.channel.
ChannelOutputStream
closeAllChannels()
- Method in class com.trilead.ssh2.channel.
ChannelManager
closeChannel(Channel, String, boolean)
- Method in class com.trilead.ssh2.channel.
ChannelManager
closeQuietly(Closeable)
- Static method in class com.trilead.ssh2.util.
IOUtils
com.trilead.ssh2.channel
- package com.trilead.ssh2.channel
com.trilead.ssh2.util
- package com.trilead.ssh2.util
compareTo(Object)
- Method in class com.trilead.ssh2.util.
TimeoutService.TimeoutToken
F
flush()
- Method in class com.trilead.ssh2.channel.
ChannelOutputStream
G
getAvailable(Channel, boolean)
- Method in class com.trilead.ssh2.channel.
ChannelManager
getChannelData(Channel, boolean, byte[], int, int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
getExitSignal()
- Method in class com.trilead.ssh2.channel.
Channel
getExitStatus()
- Method in class com.trilead.ssh2.channel.
Channel
getReasonClosed()
- Method in class com.trilead.ssh2.channel.
Channel
getStderrStream()
- Method in class com.trilead.ssh2.channel.
Channel
getStdinStream()
- Method in class com.trilead.ssh2.channel.
Channel
getStdoutStream()
- Method in class com.trilead.ssh2.channel.
Channel
H
handleMessage(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
hostname
- Variable in class com.trilead.ssh2.channel.
X11ServerData
I
IOUtils
- Class in
com.trilead.ssh2.util
IOUtils()
- Constructor for class com.trilead.ssh2.util.
IOUtils
L
LocalAcceptThread
- Class in
com.trilead.ssh2.channel
LocalAcceptThread.
LocalAcceptThread(ChannelManager, int, String, int)
- Constructor for class com.trilead.ssh2.channel.
LocalAcceptThread
LocalAcceptThread(ChannelManager, InetSocketAddress, String, int)
- Constructor for class com.trilead.ssh2.channel.
LocalAcceptThread
M
msgChannelClose(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelData(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelEOF(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelExtendedData(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelFailure(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelOpen(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelOpenConfirmation(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelOpenFailure(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelRequest(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelSuccess(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgChannelWindowAdjust(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgGlobalFailure()
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgGlobalRequest(byte[], int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
msgGlobalSuccess()
- Method in class com.trilead.ssh2.channel.
ChannelManager
O
openDirectTCPIPChannel(String, int, String, int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
openSessionChannel()
- Method in class com.trilead.ssh2.channel.
ChannelManager
P
parseTokens(String, char)
- Static method in class com.trilead.ssh2.util.
Tokenizer
Exists because StringTokenizer is not available in J2ME.
pipeStderrStream(OutputStream)
- Method in class com.trilead.ssh2.channel.
Channel
pipeStdoutStream(OutputStream)
- Method in class com.trilead.ssh2.channel.
Channel
port
- Variable in class com.trilead.ssh2.channel.
X11ServerData
R
read(byte[], int, int)
- Method in class com.trilead.ssh2.channel.
ChannelInputStream
read(byte[])
- Method in class com.trilead.ssh2.channel.
ChannelInputStream
read()
- Method in class com.trilead.ssh2.channel.
ChannelInputStream
registerThread(IChannelWorkerThread)
- Method in class com.trilead.ssh2.channel.
ChannelManager
registerX11Cookie(String, X11ServerData)
- Method in class com.trilead.ssh2.channel.
ChannelManager
RemoteAcceptThread
- Class in
com.trilead.ssh2.channel
RemoteAcceptThread.
RemoteAcceptThread(Channel, String, int, String, int, String, int)
- Constructor for class com.trilead.ssh2.channel.
RemoteAcceptThread
RemoteForwardingData
- Class in
com.trilead.ssh2.channel
RemoteForwardingData.
RemoteForwardingData()
- Constructor for class com.trilead.ssh2.channel.
RemoteForwardingData
RemoteX11AcceptThread
- Class in
com.trilead.ssh2.channel
RemoteX11AcceptThread.
RemoteX11AcceptThread(Channel, String, int)
- Constructor for class com.trilead.ssh2.channel.
RemoteX11AcceptThread
requestCancelGlobalForward(int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestChannelTrileadPing(Channel)
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestExecCommand(Channel, String)
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestGlobalForward(String, int, String, int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestGlobalTrileadPing()
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestPTY(Channel, String, int, int, int, int, byte[])
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestShell(Channel)
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestSubSystem(Channel, String)
- Method in class com.trilead.ssh2.channel.
ChannelManager
requestX11(Channel, boolean, String, String, int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
run()
- Method in class com.trilead.ssh2.channel.
LocalAcceptThread
run()
- Method in class com.trilead.ssh2.channel.
RemoteAcceptThread
run()
- Method in class com.trilead.ssh2.channel.
RemoteX11AcceptThread
run()
- Method in class com.trilead.ssh2.channel.
StreamForwarder
S
sendData(Channel, byte[], int, int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
sendEOF(Channel)
- Method in class com.trilead.ssh2.channel.
ChannelManager
sendOpenConfirmation(Channel)
- Method in class com.trilead.ssh2.channel.
ChannelManager
setReasonClosed(String)
- Method in class com.trilead.ssh2.channel.
Channel
setWindowSize(int)
- Method in class com.trilead.ssh2.channel.
Channel
stopWorking()
- Method in class com.trilead.ssh2.channel.
LocalAcceptThread
StreamForwarder
- Class in
com.trilead.ssh2.channel
A StreamForwarder forwards data between two given streams.
T
TimeoutService
- Class in
com.trilead.ssh2.util
TimeoutService (beta).
TimeoutService()
- Constructor for class com.trilead.ssh2.util.
TimeoutService
TimeoutService.TimeoutToken
- Class in
com.trilead.ssh2.util
Tokenizer
- Class in
com.trilead.ssh2.util
Tokenizer.
Tokenizer()
- Constructor for class com.trilead.ssh2.util.
Tokenizer
U
unRegisterX11Cookie(String, boolean)
- Method in class com.trilead.ssh2.channel.
ChannelManager
W
waitForCondition(Channel, long, int)
- Method in class com.trilead.ssh2.channel.
ChannelManager
Wait until for a condition.
write(int)
- Method in class com.trilead.ssh2.channel.
ChannelOutputStream
write(byte[], int, int)
- Method in class com.trilead.ssh2.channel.
ChannelOutputStream
write(byte[])
- Method in class com.trilead.ssh2.channel.
ChannelOutputStream
X
x11_magic_cookie
- Variable in class com.trilead.ssh2.channel.
X11ServerData
X11ServerData
- Class in
com.trilead.ssh2.channel
X11ServerData.
X11ServerData()
- Constructor for class com.trilead.ssh2.channel.
X11ServerData
A
B
C
F
G
H
I
L
M
O
P
R
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013. All rights reserved.