|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
---|---|
com.jscape.inet.ssh | |
com.jscape.inet.ssh.connection | |
com.jscape.inet.ssh.connection.channels |
Uses of Channel in com.jscape.inet.ssh |
---|
Methods in com.jscape.inet.ssh that return Channel | |
---|---|
Channel |
ChannelRequest.getChannel()
Returns opened channel. |
Channel |
SessionRequest.getChannel()
|
Channel |
SshConnection.getChannel()
Returns underlayed channel. |
Constructors in com.jscape.inet.ssh with parameters of type Channel | |
---|---|
SshConnection(ConnectionClient connection,
Channel channel,
boolean owner)
Creates a new connection instance. |
Uses of Channel in com.jscape.inet.ssh.connection |
---|
Methods in com.jscape.inet.ssh.connection that return Channel | |
---|---|
Channel |
RemotePort.accept()
Accepts the incoming remote connection. |
Channel |
ConnectionClient.openRemoteConnection(int windowSize,
int packetSize,
ConnectionParameters connectionParams)
Opens a remote TCP connection with local host as originator. |
Channel |
ConnectionClient.openRemoteConnection(int windowSize,
int packetSize,
ConnectionParameters connectionParams,
ConnectionParameters originatorParams)
Opens a remote TCP connection. |
Methods in com.jscape.inet.ssh.connection with parameters of type Channel | |
---|---|
void |
Connection.addChannel(Channel channel)
Adds a channel to the channel pool so this channel can receive its messages. |
void |
Connection.removeChannel(Channel channel)
Removes the channel from the pool. |
Uses of Channel in com.jscape.inet.ssh.connection.channels |
---|
Subclasses of Channel in com.jscape.inet.ssh.connection.channels | |
---|---|
class |
SessionClient
|
class |
TcpChannel
|
class |
X11Client
|
Methods in com.jscape.inet.ssh.connection.channels with parameters of type Channel | |
---|---|
void |
Channel.ChannelClosedListener.onChannelClosed(Channel channel)
|
Constructors in com.jscape.inet.ssh.connection.channels with parameters of type Channel | |
---|---|
IncomingWindow(Channel channel,
long value)
|
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |