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 ConnectionServiceDefaultAgentForwardSupport.serviceInstanceMethods in org.apache.sshd.agent.common with parameters of type ConnectionServiceModifier and TypeMethodDescriptionprotected SshAgentServerDefaultAgentForwardSupport.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 TypeClassDescriptionclassClient sidessh-connectionservice.Methods in org.apache.sshd.client.session that return ConnectionServiceModifier and TypeMethodDescriptionprotected ConnectionServiceAbstractClientSession.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.globalRequestHandlersMethods 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 TypeMethodDescriptionvoidAbstractChannel.handleChannelRegistrationResult(ConnectionService service, Session session, long channelId, boolean registered) voidChannel.handleChannelRegistrationResult(ConnectionService service, Session session, long id, boolean registered) Invoked after being successfully registered by the connection service - should throw aRuntimeExceptionif not registeredvoidAbstractChannel.handleChannelUnregistration(ConnectionService service) voidChannel.handleChannelUnregistration(ConnectionService service) Called by the connection service to inform the channel that it has bee unregistered.voidAbstractChannel.init(ConnectionService service, Session session, long id) voidChannel.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 ConnectionServiceModifier and TypeFieldDescriptionprivate final ConnectionServiceDefaultForwarder.serviceprivate final ConnectionServiceSocksProxy.serviceMethods in org.apache.sshd.common.forward that return ConnectionServiceModifier and TypeMethodDescriptionfinal ConnectionServiceDefaultForwarder.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) KeepAliveHandler.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.globalRequestHandlersMethods 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 TypeMethodDescriptionvoidAbstractFactoryManager.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.SVC2HNDLRMethods in org.apache.sshd.common.session with parameters of type ConnectionServiceModifier and TypeMethodDescriptionUnknownChannelReferenceHandler.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.ConnectionServiceRequestHandler.process(ConnectionService service, String request, boolean wantReply, Buffer buffer) default booleanReservedSessionMessagesHandler.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 TypeClassDescriptionclassBase implementation of ConnectionService.Methods in org.apache.sshd.common.session.helpers that return ConnectionServiceModifier and TypeMethodDescriptionprotected abstract ConnectionServiceSessionHelper.getConnectionService()Methods in org.apache.sshd.common.session.helpers with parameters of type ConnectionServiceModifier and TypeMethodDescriptionDefaultUnknownChannelReferenceHandler.handleUnknownChannelCommand(ConnectionService service, byte cmd, long channelId, Buffer buffer) AbstractConnectionServiceRequestHandler.process(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) protected IoWriteFutureDefaultUnknownChannelReferenceHandler.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 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) 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 TypeClassDescriptionclassServer sidessh-connectionservice.Methods in org.apache.sshd.server.session that return ConnectionServiceModifier and TypeMethodDescriptionprotected ConnectionServiceAbstractServerSession.getConnectionService() -
Uses of ConnectionService in org.apache.sshd.server.x11
Fields in org.apache.sshd.server.x11 declared as ConnectionServiceModifier and TypeFieldDescriptionprivate final ConnectionServiceDefaultX11ForwardSupport.serviceConstructors in org.apache.sshd.server.x11 with parameters of type ConnectionService