Uses of Interface
org.apache.sshd.common.session.ConnectionService
-
-
Uses of ConnectionService in org.apache.sshd.agent
Methods in org.apache.sshd.agent with parameters of type ConnectionService Modifier and Type Method Description SshAgentServer
SshAgentFactory. createServer(ConnectionService service)
Create the server side that will be used by other SSH clients. -
Uses of ConnectionService in org.apache.sshd.agent.common
Fields in org.apache.sshd.agent.common declared as ConnectionService Modifier and Type Field Description private ConnectionService
DefaultAgentForwardSupport. serviceInstance
Methods in org.apache.sshd.agent.common with parameters of type ConnectionService Modifier and Type Method Description protected SshAgentServer
DefaultAgentForwardSupport. createSshAgentServer(ConnectionService service, Session session)
Constructors in org.apache.sshd.agent.common with parameters of type ConnectionService Constructor Description DefaultAgentForwardSupport(ConnectionService service)
-
Uses of ConnectionService in org.apache.sshd.agent.local
Fields in org.apache.sshd.agent.local declared as ConnectionService Modifier and Type Field Description private ConnectionService
AgentServerProxy. service
Methods in org.apache.sshd.agent.local with parameters of type ConnectionService Modifier and Type Method Description SshAgentServer
LocalAgentFactory. createServer(ConnectionService service)
SshAgentServer
ProxyAgentFactory. createServer(ConnectionService service)
Constructors in org.apache.sshd.agent.local with parameters of type ConnectionService Constructor Description AgentServerProxy(ConnectionService service)
-
Uses of ConnectionService in org.apache.sshd.agent.unix
Fields in org.apache.sshd.agent.unix declared as ConnectionService Modifier and Type Field Description private ConnectionService
AgentServerProxy. service
Methods in org.apache.sshd.agent.unix with parameters of type ConnectionService Modifier and Type Method Description SshAgentServer
UnixAgentFactory. createServer(ConnectionService service)
Constructors in org.apache.sshd.agent.unix with parameters of type ConnectionService Constructor Description AgentServerProxy(ConnectionService service)
AgentServerProxy(ConnectionService service, CloseableExecutorService executor)
-
Uses of ConnectionService in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ConnectionService Modifier and Type Field Description static java.util.List<RequestHandler<ConnectionService>>
ClientBuilder. DEFAULT_GLOBAL_REQUEST_HANDLERS
-
Uses of ConnectionService in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement ConnectionService Modifier and Type Class Description class
ClientConnectionService
Client sidessh-connection
service.Methods in org.apache.sshd.client.session that return ConnectionService Modifier and Type Method Description protected ConnectionService
AbstractClientSession. getConnectionService()
-
Uses of ConnectionService in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type ConnectionService Modifier and Type Field Description protected java.util.List<RequestHandler<ConnectionService>>
BaseBuilder. globalRequestHandlers
Methods in org.apache.sshd.common that return types with arguments of type ConnectionService Modifier and Type Method Description java.util.List<RequestHandler<ConnectionService>>
FactoryManager. getGlobalRequestHandlers()
Retrieve the list of global request handlers.Method parameters in org.apache.sshd.common with type arguments of type ConnectionService Modifier and Type Method Description S
BaseBuilder. globalRequestHandlers(java.util.List<RequestHandler<ConnectionService>> globalRequestHandlers)
-
Uses of ConnectionService in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as ConnectionService Modifier and Type Field Description protected ConnectionService
AbstractChannel. service
Methods in org.apache.sshd.common.channel with parameters of type ConnectionService Modifier and Type Method Description void
AbstractChannel. handleChannelRegistrationResult(ConnectionService service, Session session, long channelId, boolean registered)
void
Channel. handleChannelRegistrationResult(ConnectionService service, Session session, long id, boolean registered)
Invoked after being successfully registered by the connection service - should throw aRuntimeException
if not registeredvoid
AbstractChannel. handleChannelUnregistration(ConnectionService service)
void
Channel. handleChannelUnregistration(ConnectionService service)
Called by the connection service to inform the channel that it has bee unregistered.void
AbstractChannel. init(ConnectionService service, Session session, long id)
void
Channel. init(ConnectionService service, Session session, long id)
Invoked when the local channel is initial created -
Uses of ConnectionService in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward declared as ConnectionService Modifier and Type Field Description private ConnectionService
DefaultForwarder. service
private ConnectionService
SocksProxy. service
Methods in org.apache.sshd.common.forward that return ConnectionService Modifier and Type Method Description ConnectionService
DefaultForwarder. getConnectionService()
Methods in org.apache.sshd.common.forward with parameters of type ConnectionService Modifier and Type Method Description Forwarder
DefaultForwarderFactory. create(ConnectionService service)
Forwarder
ForwarderFactory. create(ConnectionService service)
Creates the forwarder to be used for TCP/IP port forwards for this session.Constructors in org.apache.sshd.common.forward with parameters of type ConnectionService Constructor Description DefaultForwarder(ConnectionService service)
SocksProxy(ConnectionService service)
-
Uses of ConnectionService in org.apache.sshd.common.global
Methods in org.apache.sshd.common.global with parameters of type ConnectionService Modifier and Type Method Description RequestHandler.Result
AbstractOpenSshHostKeysHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)
RequestHandler.Result
KeepAliveHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)
-
Uses of ConnectionService in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type ConnectionService Modifier and Type Field Description protected java.util.List<RequestHandler<ConnectionService>>
AbstractFactoryManager. globalRequestHandlers
Methods in org.apache.sshd.common.helpers that return types with arguments of type ConnectionService Modifier and Type Method Description java.util.List<RequestHandler<ConnectionService>>
AbstractFactoryManager. getGlobalRequestHandlers()
Method parameters in org.apache.sshd.common.helpers with type arguments of type ConnectionService Modifier and Type Method Description void
AbstractFactoryManager. setGlobalRequestHandlers(java.util.List<RequestHandler<ConnectionService>> globalRequestHandlers)
-
Uses of ConnectionService in org.apache.sshd.common.session
Fields in org.apache.sshd.common.session with type parameters of type ConnectionService Modifier and Type Field Description static java.util.function.Function<ConnectionServiceRequestHandler,RequestHandler<ConnectionService>>
ConnectionServiceRequestHandler. SVC2HNDLR
Methods in org.apache.sshd.common.session with parameters of type ConnectionService Modifier and Type Method Description Channel
UnknownChannelReferenceHandler. handleUnknownChannelCommand(ConnectionService service, byte cmd, long 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, java.lang.String request, boolean wantReply, Buffer buffer)
default boolean
ReservedSessionMessagesHandler. sendReservedHeartbeat(ConnectionService service)
Invoked if the user configured usage of a proprietary heartbeat mechanism. -
Uses of ConnectionService in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement ConnectionService Modifier and Type Class Description class
AbstractConnectionService
Base implementation of ConnectionService.Methods in org.apache.sshd.common.session.helpers that return ConnectionService Modifier and Type Method Description protected abstract ConnectionService
SessionHelper. getConnectionService()
Methods in org.apache.sshd.common.session.helpers with parameters of type ConnectionService Modifier and Type Method Description Channel
DefaultUnknownChannelReferenceHandler. handleUnknownChannelCommand(ConnectionService service, byte cmd, long channelId, Buffer buffer)
RequestHandler.Result
AbstractConnectionServiceRequestHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)
protected IoWriteFuture
DefaultUnknownChannelReferenceHandler. sendFailureResponse(ConnectionService service, byte cmd, long channelId)
-
Uses of ConnectionService in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type ConnectionService Modifier and Type Field Description static java.util.List<RequestHandler<ConnectionService>>
ServerBuilder. DEFAULT_GLOBAL_REQUEST_HANDLERS
-
Uses of ConnectionService in org.apache.sshd.server.global
Methods in org.apache.sshd.server.global with parameters of type ConnectionService Modifier and Type Method Description RequestHandler.Result
CancelTcpipForwardHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)
RequestHandler.Result
NoMoreSessionsHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)
RequestHandler.Result
TcpipForwardHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)
-
Uses of ConnectionService in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement ConnectionService Modifier and Type Class Description class
ServerConnectionService
Server sidessh-connection
service.Methods in org.apache.sshd.server.session that return ConnectionService Modifier and Type Method Description protected ConnectionService
AbstractServerSession. getConnectionService()
-
Uses of ConnectionService in org.apache.sshd.server.x11
Fields in org.apache.sshd.server.x11 declared as ConnectionService Modifier and Type Field Description private ConnectionService
DefaultX11ForwardSupport. service
Constructors in org.apache.sshd.server.x11 with parameters of type ConnectionService Constructor Description DefaultX11ForwardSupport(ConnectionService service)
-