Modifier and Type | Method and Description |
---|---|
SshAgentServer |
SshAgentFactory.createServer(ConnectionService service)
Create the server side that will be used by other SSH clients.
|
Modifier and Type | Method and Description |
---|---|
protected SshAgentServer |
DefaultAgentForwardSupport.createSshAgentServer(ConnectionService service,
Session session) |
Constructor and Description |
---|
DefaultAgentForwardSupport(ConnectionService service) |
Modifier and Type | Method and Description |
---|---|
SshAgentServer |
ProxyAgentFactory.createServer(ConnectionService service) |
SshAgentServer |
LocalAgentFactory.createServer(ConnectionService service) |
Constructor and Description |
---|
AgentServerProxy(ConnectionService service) |
Modifier and Type | Field and Description |
---|---|
static List<RequestHandler<ConnectionService>> |
ClientBuilder.DEFAULT_GLOBAL_REQUEST_HANDLERS |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionService
Client side
ssh-connection service. |
Modifier and Type | Method and Description |
---|---|
protected ConnectionService |
AbstractClientSession.getConnectionService() |
Modifier and Type | Field and Description |
---|---|
protected List<RequestHandler<ConnectionService>> |
BaseBuilder.globalRequestHandlers |
Modifier and Type | Method and Description |
---|---|
List<RequestHandler<ConnectionService>> |
FactoryManager.getGlobalRequestHandlers()
Retrieve the list of global request handlers.
|
Modifier and Type | Method and Description |
---|---|
S |
BaseBuilder.globalRequestHandlers(List<RequestHandler<ConnectionService>> globalRequestHandlers) |
Modifier and Type | Field and Description |
---|---|
protected ConnectionService |
AbstractChannel.service |
Modifier and Type | Method and Description |
---|---|
void |
Channel.init(ConnectionService service,
Session session,
int id)
Invoked when the local channel is initial created
|
void |
AbstractChannel.init(ConnectionService service,
Session session,
int id) |
Modifier and Type | Method and Description |
---|---|
ConnectionService |
DefaultForwardingFilter.getConnectionService() |
Modifier and Type | Method and Description |
---|---|
ForwardingFilter |
DefaultForwarderFactory.create(ConnectionService service) |
ForwardingFilter |
ForwardingFilterFactory.create(ConnectionService service)
Creates the forwarder to be used for TCP/IP port forwards for this session.
|
Constructor and Description |
---|
DefaultForwardingFilter(ConnectionService service) |
SocksProxy(ConnectionService service) |
Modifier and Type | Method and Description |
---|---|
RequestHandler.Result |
AbstractOpenSshHostKeysHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
Modifier and Type | Field and Description |
---|---|
protected List<RequestHandler<ConnectionService>> |
AbstractFactoryManager.globalRequestHandlers |
Modifier and Type | Method and Description |
---|---|
List<RequestHandler<ConnectionService>> |
AbstractFactoryManager.getGlobalRequestHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setGlobalRequestHandlers(List<RequestHandler<ConnectionService>> globalRequestHandlers) |
Modifier and Type | Field and Description |
---|---|
static Function<ConnectionServiceRequestHandler,RequestHandler<ConnectionService>> |
ConnectionServiceRequestHandler.SVC2HNDLR |
Modifier and Type | Method and Description |
---|---|
Channel |
UnknownChannelReferenceHandler.handleUnknownChannelCommand(ConnectionService service,
byte cmd,
int channelId,
Buffer buffer)
Invoked when the connection service responsible for handling channel
messages receives a message intended for an unknown channel.
|
RequestHandler.Result |
ConnectionServiceRequestHandler.process(ConnectionService service,
String request,
boolean wantReply,
Buffer buffer) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionService
Base implementation of ConnectionService.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ConnectionService |
SessionHelper.getConnectionService() |
Modifier and Type | Method and Description |
---|---|
Channel |
DefaultUnknownChannelReferenceHandler.handleUnknownChannelCommand(ConnectionService service,
byte cmd,
int channelId,
Buffer buffer) |
RequestHandler.Result |
AbstractConnectionServiceRequestHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
protected IoWriteFuture |
DefaultUnknownChannelReferenceHandler.sendFailureResponse(ConnectionService service,
byte cmd,
int channelId) |
Modifier and Type | Field and Description |
---|---|
static List<RequestHandler<ConnectionService>> |
ServerBuilder.DEFAULT_GLOBAL_REQUEST_HANDLERS |
Modifier and Type | Method and Description |
---|---|
RequestHandler.Result |
NoMoreSessionsHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
RequestHandler.Result |
TcpipForwardHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
RequestHandler.Result |
KeepAliveHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
RequestHandler.Result |
CancelTcpipForwardHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
Modifier and Type | Class and Description |
---|---|
class |
ServerConnectionService
Server side
ssh-connection service. |
Modifier and Type | Method and Description |
---|---|
protected ConnectionService |
AbstractServerSession.getConnectionService() |
Constructor and Description |
---|
DefaultX11ForwardSupport(ConnectionService service) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.