|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientChannel | |
---|---|
org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
org.apache.sshd.agent | |
org.apache.sshd.client.channel | |
org.apache.sshd.client.session | |
org.apache.sshd.server.session | |
org.apache.sshd.server.x11 |
Uses of ClientChannel in org.apache.sshd |
---|
Methods in org.apache.sshd that return ClientChannel | |
---|---|
ClientChannel |
ClientSession.createChannel(String type)
|
ClientChannel |
ClientSession.createChannel(String type,
String subType)
|
Uses of ClientChannel in org.apache.sshd.agent |
---|
Classes in org.apache.sshd.agent that implement ClientChannel | |
---|---|
static class |
AgentForwardSupport.AgentForwardedChannel
|
Uses of ClientChannel in org.apache.sshd.client.channel |
---|
Classes in org.apache.sshd.client.channel that implement ClientChannel | |
---|---|
class |
AbstractClientChannel
TODO Add javadoc |
class |
ChannelExec
TODO Add javadoc |
class |
ChannelSession
TODO Add javadoc |
class |
ChannelShell
TODO Add javadoc |
class |
ChannelSubsystem
Client channel to run a subsystem |
Uses of ClientChannel in org.apache.sshd.client.session |
---|
Methods in org.apache.sshd.client.session that return ClientChannel | |
---|---|
ClientChannel |
ClientSessionImpl.createChannel(String type)
|
ClientChannel |
ClientSessionImpl.createChannel(String type,
String subType)
|
Uses of ClientChannel in org.apache.sshd.server.session |
---|
Classes in org.apache.sshd.server.session that implement ClientChannel | |
---|---|
static class |
TcpipForwardSupport.ChannelForwardedTcpip
|
Uses of ClientChannel in org.apache.sshd.server.x11 |
---|
Classes in org.apache.sshd.server.x11 that implement ClientChannel | |
---|---|
static class |
X11ForwardSupport.ChannelForwardedX11
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |