Modifier and Type | Method and Description |
---|---|
List<ChannelFactory> |
SshAgentFactory.getChannelForwardingFactories(FactoryManager manager)
The channels are requested by the ssh server when forwarding a client request.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelAgentForwardingFactory |
Modifier and Type | Field and Description |
---|---|
static List<ChannelFactory> |
LocalAgentFactory.DEFAULT_FORWARDING_CHANNELS |
Modifier and Type | Method and Description |
---|---|
List<ChannelFactory> |
ProxyAgentFactory.getChannelForwardingFactories(FactoryManager manager) |
List<ChannelFactory> |
LocalAgentFactory.getChannelForwardingFactories(FactoryManager manager) |
Modifier and Type | Field and Description |
---|---|
static List<ChannelFactory> |
ClientBuilder.DEFAULT_CHANNEL_FACTORIES |
Modifier and Type | Field and Description |
---|---|
protected List<ChannelFactory> |
BaseBuilder.channelFactories |
Modifier and Type | Method and Description |
---|---|
List<? extends ChannelFactory> |
FactoryManager.getChannelFactories()
Retrieve the list of named factories for
Channel objects. |
Modifier and Type | Method and Description |
---|---|
S |
BaseBuilder.channelFactories(List<ChannelFactory> channelFactories) |
Modifier and Type | Method and Description |
---|---|
static Channel |
ChannelFactory.createChannel(Session session,
Collection<? extends ChannelFactory> factories,
String name) |
Modifier and Type | Field and Description |
---|---|
protected List<? extends ChannelFactory> |
AbstractFactoryManager.channelFactories |
Modifier and Type | Method and Description |
---|---|
List<? extends ChannelFactory> |
AbstractFactoryManager.getChannelFactories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setChannelFactories(List<? extends ChannelFactory> channelFactories) |
Modifier and Type | Field and Description |
---|---|
static List<ChannelFactory> |
ServerBuilder.DEFAULT_CHANNEL_FACTORIES |
Modifier and Type | Class and Description |
---|---|
class |
ChannelSessionFactory |
Modifier and Type | Class and Description |
---|---|
class |
DirectTcpipFactory |
class |
ForwardedTcpipFactory |
static class |
TcpipServerChannel.TcpipFactory |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.