|
||||||||||
| 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.local | |
| org.apache.sshd.client.channel | |
| org.apache.sshd.client.session | |
| org.apache.sshd.server.x11 | |
| Uses of ClientChannel in org.apache.sshd |
|---|
| Methods in org.apache.sshd that return ClientChannel | |
|---|---|
ClientChannel |
ClientSession.createChannel(java.lang.String type)
Create a channel of the given type. |
ClientChannel |
ClientSession.createChannel(java.lang.String type,
java.lang.String subType)
Create a channel of the given type and subtype. |
| Uses of ClientChannel in org.apache.sshd.agent.local |
|---|
| Classes in org.apache.sshd.agent.local that implement ClientChannel | |
|---|---|
class |
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 |
ChannelDirectTcpip
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 |
|---|
| Classes in org.apache.sshd.client.session that implement ClientChannel | |
|---|---|
static class |
TcpipForwardSupport.ChannelForwardedTcpip
|
| Methods in org.apache.sshd.client.session that return ClientChannel | |
|---|---|
ClientChannel |
ClientSessionImpl.createChannel(java.lang.String type)
|
ClientChannel |
ClientSessionImpl.createChannel(java.lang.String type,
java.lang.String subType)
|
| 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 | |||||||||