Uses of Interface
org.apache.sshd.common.session.ConnectionService
Packages that use ConnectionService
Package
Description
-
Uses of ConnectionService in org.apache.sshd.agent
Methods in org.apache.sshd.agent with parameters of type ConnectionServiceModifier and TypeMethodDescriptionSshAgentFactory.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 ConnectionServiceModifier and TypeFieldDescriptionprivate final ConnectionService
DefaultAgentForwardSupport.serviceInstance
Methods in org.apache.sshd.agent.common with parameters of type ConnectionServiceModifier and TypeMethodDescriptionprotected SshAgentServer
DefaultAgentForwardSupport.createSshAgentServer
(ConnectionService service, Session session) Constructors in org.apache.sshd.agent.common with parameters of type ConnectionService -
Uses of ConnectionService in org.apache.sshd.agent.local
Fields in org.apache.sshd.agent.local declared as ConnectionServiceMethods in org.apache.sshd.agent.local with parameters of type ConnectionServiceModifier and TypeMethodDescriptionLocalAgentFactory.createServer
(ConnectionService service) ProxyAgentFactory.createServer
(ConnectionService service) Constructors in org.apache.sshd.agent.local with parameters of type ConnectionService -
Uses of ConnectionService in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ConnectionServiceModifier and TypeFieldDescriptionstatic final 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 ConnectionServiceModifier and TypeClassDescriptionclass
Client sidessh-connection
service.Methods in org.apache.sshd.client.session that return ConnectionServiceModifier and TypeMethodDescriptionprotected ConnectionService
AbstractClientSession.getConnectionService()
-
Uses of ConnectionService in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type ConnectionServiceModifier and TypeFieldDescriptionprotected List<RequestHandler<ConnectionService>>
BaseBuilder.globalRequestHandlers
Methods in org.apache.sshd.common that return types with arguments of type ConnectionServiceModifier and TypeMethodDescriptionFactoryManager.getGlobalRequestHandlers()
Retrieve the list of global request handlers.Method parameters in org.apache.sshd.common with type arguments of type ConnectionServiceModifier and TypeMethodDescriptionBaseBuilder.globalRequestHandlers
(List<RequestHandler<ConnectionService>> globalRequestHandlers) -
Uses of ConnectionService in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as ConnectionServiceMethods in org.apache.sshd.common.channel with parameters of type ConnectionServiceModifier and TypeMethodDescriptionvoid
AbstractChannel.handleChannelRegistrationResult
(ConnectionService service, Session session, int channelId, boolean registered) void
Channel.handleChannelRegistrationResult
(ConnectionService service, Session session, int 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, int id) void
Channel.init
(ConnectionService service, Session session, int 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 ConnectionServiceModifier and TypeFieldDescriptionprivate final ConnectionService
DefaultForwarder.service
private final ConnectionService
SocksProxy.service
Methods in org.apache.sshd.common.forward that return ConnectionServiceModifier and TypeMethodDescriptionfinal ConnectionService
DefaultForwarder.getConnectionService()
Methods in org.apache.sshd.common.forward with parameters of type ConnectionServiceModifier and TypeMethodDescriptionDefaultForwarderFactory.create
(ConnectionService service) 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 ConnectionServiceModifierConstructorDescriptionDefaultForwarder
(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 ConnectionServiceModifier and TypeMethodDescriptionAbstractOpenSshHostKeysHandler.process
(ConnectionService connectionService, 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 ConnectionServiceModifier and TypeFieldDescriptionprotected List<RequestHandler<ConnectionService>>
AbstractFactoryManager.globalRequestHandlers
Methods in org.apache.sshd.common.helpers that return types with arguments of type ConnectionServiceMethod parameters in org.apache.sshd.common.helpers with type arguments of type ConnectionServiceModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setGlobalRequestHandlers
(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 ConnectionServiceModifier and TypeFieldDescriptionstatic final Function<ConnectionServiceRequestHandler,
RequestHandler<ConnectionService>> ConnectionServiceRequestHandler.SVC2HNDLR
Methods in org.apache.sshd.common.session with parameters of type ConnectionServiceModifier and TypeMethodDescriptionUnknownChannelReferenceHandler.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.ConnectionServiceRequestHandler.process
(ConnectionService service, 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 ConnectionServiceModifier and TypeClassDescriptionclass
Base implementation of ConnectionService.Methods in org.apache.sshd.common.session.helpers that return ConnectionServiceModifier and TypeMethodDescriptionprotected abstract ConnectionService
SessionHelper.getConnectionService()
Methods in org.apache.sshd.common.session.helpers with parameters of type ConnectionServiceModifier and TypeMethodDescriptionDefaultUnknownChannelReferenceHandler.handleUnknownChannelCommand
(ConnectionService service, byte cmd, int channelId, Buffer buffer) AbstractConnectionServiceRequestHandler.process
(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) protected IoWriteFuture
DefaultUnknownChannelReferenceHandler.sendFailureResponse
(ConnectionService service, byte cmd, int channelId) -
Uses of ConnectionService in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type ConnectionServiceModifier and TypeFieldDescriptionstatic final 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 ConnectionServiceModifier and TypeMethodDescriptionCancelTcpipForwardHandler.process
(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) KeepAliveHandler.process
(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) NoMoreSessionsHandler.process
(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) TcpipForwardHandler.process
(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) -
Uses of ConnectionService in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement ConnectionServiceModifier and TypeClassDescriptionclass
Server sidessh-connection
service.Methods in org.apache.sshd.server.session that return ConnectionServiceModifier and TypeMethodDescriptionprotected ConnectionService
AbstractServerSession.getConnectionService()
-
Uses of ConnectionService in org.apache.sshd.server.x11
Fields in org.apache.sshd.server.x11 declared as ConnectionServiceModifier and TypeFieldDescriptionprivate final ConnectionService
DefaultX11ForwardSupport.service
Constructors in org.apache.sshd.server.x11 with parameters of type ConnectionService