| Modifier and Type | Method and Description |
|---|---|
NamedFactory<Channel> |
SshAgentFactory.getChannelForwardingFactory()
The channels are requested by the ssh server when forwarding a client request.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelAgentForwardingFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
NamedFactory<Channel> |
ProxyAgentFactory.getChannelForwardingFactory() |
NamedFactory<Channel> |
LocalAgentFactory.getChannelForwardingFactory() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelAgentForwardingFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
NamedFactory<Channel> |
UnixAgentFactory.getChannelForwardingFactory() |
| Modifier and Type | Field and Description |
|---|---|
static List<NamedFactory<Channel>> |
ClientBuilder.DEFAULT_CHANNEL_FACTORIES |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedFactory<Channel>> |
BaseBuilder.channelFactories |
protected List<NamedFactory<Channel>> |
AbstractFactoryManager.channelFactories |
| Modifier and Type | Method and Description |
|---|---|
List<NamedFactory<Channel>> |
FactoryManager.getChannelFactories()
Retrieve the list of named factories for
Channel objects. |
List<NamedFactory<Channel>> |
AbstractFactoryManager.getChannelFactories() |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.channelFactories(List<NamedFactory<Channel>> channelFactories) |
void |
AbstractFactoryManager.setChannelFactories(List<NamedFactory<Channel>> channelFactories) |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<ChannelRequestHandler,RequestHandler<Channel>> |
ChannelRequestHandler.CHANN2HNDLR |
protected List<RequestHandler<Channel>> |
AbstractChannel.handlers |
| Modifier and Type | Method and Description |
|---|---|
RequestHandler.Result |
ChannelRequestHandler.process(Channel channel,
String request,
boolean wantReply,
Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChannel.addRequestHandler(RequestHandler<Channel> handler) |
| Constructor and Description |
|---|
ChannelAsyncInputStream(Channel channel) |
ChannelAsyncOutputStream(Channel channel,
byte cmd) |
| 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 |
|---|---|
Collection<Channel> |
AbstractConnectionService.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
int |
ConnectionService.registerChannel(Channel channel)
Register a newly created channel with a new unique identifier
|
int |
AbstractConnectionService.registerChannel(Channel channel) |
void |
ConnectionService.unregisterChannel(Channel channel)
Remove this channel from the list of managed channels
|
void |
AbstractConnectionService.unregisterChannel(Channel channel)
Remove this channel from the list of managed channels
|
| Modifier and Type | Field and Description |
|---|---|
static List<NamedFactory<Channel>> |
ServerBuilder.DEFAULT_CHANNEL_FACTORIES |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelSessionFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
RequestHandler.Result |
PuttyRequestHandler.process(Channel channel,
String request,
boolean wantReply,
Buffer buffer) |
protected RequestHandler.Result |
PuttyRequestHandler.processPuttyOpcode(Channel channel,
String request,
String opcode,
boolean wantReply,
Buffer buffer) |
| Constructor and Description |
|---|
AsyncDataReceiver(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
Channel |
TcpipServerChannel.TcpipFactory.create() |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.