Modifier and Type | Method and Description |
---|---|
NamedFactory<Channel> |
SshAgentFactory.getChannelForwardingFactory()
Retrieve the channel factory used to create channels on the client side.
|
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelAgentForwarding.Factory.create() |
Modifier and Type | Method and Description |
---|---|
NamedFactory<Channel> |
LocalAgentFactory.getChannelForwardingFactory() |
NamedFactory<Channel> |
ProxyAgentFactory.getChannelForwardingFactory() |
Modifier and Type | Class and Description |
---|---|
class |
AgentForwardedChannel |
class |
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server.
|
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelAgentForwarding.Factory.create() |
Modifier and Type | Method and Description |
---|---|
NamedFactory<Channel> |
UnixAgentFactory.getChannelForwardingFactory() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelDirectTcpip
TODO Add javadoc
|
class |
ChannelExec
TODO Add javadoc
|
class |
ChannelShell
TODO Add javadoc
|
class |
ChannelSubsystem
Client channel to run a subsystem
|
Modifier and Type | Field and Description |
---|---|
protected List<NamedFactory<Channel>> |
AbstractFactoryManager.channelFactories |
Modifier and Type | Method and Description |
---|---|
List<NamedFactory<Channel>> |
AbstractFactoryManager.getChannelFactories() |
List<NamedFactory<Channel>> |
FactoryManager.getChannelFactories()
Retrieve the list of named factories for
Channel objects. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setChannelFactories(List<NamedFactory<Channel>> channelFactories) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannel
TODO Add javadoc
|
Modifier and Type | Field and Description |
---|---|
protected List<RequestHandler<Channel>> |
AbstractChannel.handlers |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannel.addRequestHandler(RequestHandler<Channel> handler) |
Modifier and Type | Class and Description |
---|---|
class |
TcpipClientChannel
TODO Add javadoc
|
class |
TcpipServerChannel
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
Channel |
TcpipServerChannel.DirectTcpipFactory.create() |
Channel |
TcpipServerChannel.ForwardedTcpipFactory.create() |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Channel> |
AbstractConnectionService.channels
Map of channels keyed by the identifier
|
Modifier and Type | Method and Description |
---|---|
protected Channel |
AbstractConnectionService.getChannel(Buffer buffer)
Retrieve the channel designated by the given packet
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractConnectionService.registerChannel(Channel channel)
Register a newly created channel with a new unique identifier
|
int |
ConnectionService.registerChannel(Channel channel)
Register a newly created channel with a new unique identifier
|
void |
AbstractConnectionService.unregisterChannel(Channel channel)
Remove this channel from the list of managed channels
|
void |
ConnectionService.unregisterChannel(Channel channel)
Remove this channel from the list of managed channels
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerChannel
TODO Add javadoc
|
class |
ChannelSession
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelSession.Factory.create() |
Modifier and Type | Class and Description |
---|---|
static class |
X11ForwardSupport.ChannelForwardedX11 |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.