|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Channel in org.apache.sshd.agent |
|---|
| Methods in org.apache.sshd.agent that return types with arguments of type Channel | |
|---|---|
NamedFactory<Channel> |
SshAgentFactory.getChannelForwardingFactory()
Retrieve the channel factory used to create channels on the client side. |
| Uses of Channel in org.apache.sshd.agent.local |
|---|
| Classes in org.apache.sshd.agent.local that implement Channel | |
|---|---|
class |
AgentForwardedChannel
|
class |
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server. |
| Methods in org.apache.sshd.agent.local that return Channel | |
|---|---|
Channel |
ChannelAgentForwarding.Factory.create()
|
| Methods in org.apache.sshd.agent.local that return types with arguments of type Channel | |
|---|---|
NamedFactory<Channel> |
ProxyAgentFactory.getChannelForwardingFactory()
|
NamedFactory<Channel> |
LocalAgentFactory.getChannelForwardingFactory()
|
| Uses of Channel in org.apache.sshd.agent.unix |
|---|
| Methods in org.apache.sshd.agent.unix that return Channel | |
|---|---|
Channel |
ChannelAgentForwarding.Factory.create()
|
| Methods in org.apache.sshd.agent.unix that return types with arguments of type Channel | |
|---|---|
NamedFactory<Channel> |
UnixAgentFactory.getChannelForwardingFactory()
|
| Uses of Channel in org.apache.sshd.client.channel |
|---|
| Classes in org.apache.sshd.client.channel that implement Channel | |
|---|---|
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 Channel in org.apache.sshd.client.session |
|---|
| Classes in org.apache.sshd.client.session that implement Channel | |
|---|---|
class |
ChannelForwardedTcpip
TODO Add javadoc |
static class |
TcpipForwardSupport.ChannelForwardedTcpip
|
| Methods in org.apache.sshd.client.session that return Channel | |
|---|---|
Channel |
ChannelForwardedTcpip.Factory.create()
|
| Uses of Channel in org.apache.sshd.common |
|---|
| Fields in org.apache.sshd.common with type parameters of type Channel | |
|---|---|
protected java.util.List<NamedFactory<Channel>> |
AbstractFactoryManager.channelFactories
|
| Methods in org.apache.sshd.common that return types with arguments of type Channel | |
|---|---|
java.util.List<NamedFactory<Channel>> |
FactoryManager.getChannelFactories()
Retrieve the list of named factories for Channel objects. |
java.util.List<NamedFactory<Channel>> |
AbstractFactoryManager.getChannelFactories()
|
| Methods in org.apache.sshd.common with parameters of type Channel | |
|---|---|
int |
Session.registerChannel(Channel channel)
Register a newly created channel with a new unique identifier |
void |
Session.unregisterChannel(Channel channel)
Remove this channel from the list of managed channels |
| Method parameters in org.apache.sshd.common with type arguments of type Channel | |
|---|---|
void |
AbstractFactoryManager.setChannelFactories(java.util.List<NamedFactory<Channel>> channelFactories)
|
| Uses of Channel in org.apache.sshd.common.channel |
|---|
| Classes in org.apache.sshd.common.channel that implement Channel | |
|---|---|
class |
AbstractChannel
TODO Add javadoc |
| Uses of Channel in org.apache.sshd.common.session |
|---|
| Fields in org.apache.sshd.common.session with type parameters of type Channel | |
|---|---|
protected java.util.Map<java.lang.Integer,Channel> |
AbstractSession.channels
Map of channels keyed by the identifier |
| Methods in org.apache.sshd.common.session that return Channel | |
|---|---|
protected Channel |
AbstractSession.getChannel(Buffer buffer)
Retrieve the channel designated by the given packet |
| Methods in org.apache.sshd.common.session with parameters of type Channel | |
|---|---|
int |
AbstractSession.registerChannel(Channel channel)
|
void |
AbstractSession.unregisterChannel(Channel channel)
Remove this channel from the list of managed channels |
| Uses of Channel in org.apache.sshd.server.channel |
|---|
| Classes in org.apache.sshd.server.channel that implement Channel | |
|---|---|
class |
AbstractServerChannel
TODO Add javadoc |
| Methods in org.apache.sshd.server.channel that return Channel | |
|---|---|
Channel |
ChannelSession.Factory.create()
|
Channel |
ChannelDirectTcpip.Factory.create()
|
| Uses of Channel in org.apache.sshd.server.x11 |
|---|
| Classes in org.apache.sshd.server.x11 that implement Channel | |
|---|---|
static class |
X11ForwardSupport.ChannelForwardedX11
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||