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 SshAgentServerSshAgentFactory. 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 ConnectionServiceDefaultAgentForwardSupport. serviceInstanceMethods in org.apache.sshd.agent.common with parameters of type ConnectionService Modifier and Type Method Description protected SshAgentServerDefaultAgentForwardSupport. 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 ConnectionServiceAgentServerProxy. serviceMethods in org.apache.sshd.agent.local with parameters of type ConnectionService Modifier and Type Method Description SshAgentServerLocalAgentFactory. createServer(ConnectionService service)SshAgentServerProxyAgentFactory. 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.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 classClientConnectionServiceClient sidessh-connectionservice.Methods in org.apache.sshd.client.session that return ConnectionService Modifier and Type Method Description protected ConnectionServiceAbstractClientSession. 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. globalRequestHandlersMethods 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 SBaseBuilder. 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 ConnectionServiceAbstractChannel. serviceMethods in org.apache.sshd.common.channel with parameters of type ConnectionService Modifier and Type Method Description voidAbstractChannel. handleChannelRegistrationResult(ConnectionService service, Session session, int channelId, boolean registered)voidChannel. handleChannelRegistrationResult(ConnectionService service, Session session, int 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, int id)voidChannel. 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 ConnectionService Modifier and Type Field Description private ConnectionServiceDefaultForwarder. serviceprivate ConnectionServiceSocksProxy. serviceMethods in org.apache.sshd.common.forward that return ConnectionService Modifier and Type Method Description ConnectionServiceDefaultForwarder. getConnectionService()Methods in org.apache.sshd.common.forward with parameters of type ConnectionService Modifier and Type Method Description ForwarderDefaultForwarderFactory. create(ConnectionService service)ForwarderForwarderFactory. 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.ResultAbstractOpenSshHostKeysHandler. 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. globalRequestHandlersMethods 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 voidAbstractFactoryManager. 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. SVC2HNDLRMethods in org.apache.sshd.common.session with parameters of type ConnectionService Modifier and Type Method Description ChannelUnknownChannelReferenceHandler. 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.ResultConnectionServiceRequestHandler. process(ConnectionService service, java.lang.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 ConnectionService Modifier and Type Class Description classAbstractConnectionServiceBase implementation of ConnectionService.Methods in org.apache.sshd.common.session.helpers that return ConnectionService Modifier and Type Method Description protected abstract ConnectionServiceSessionHelper. getConnectionService()Methods in org.apache.sshd.common.session.helpers with parameters of type ConnectionService Modifier and Type Method Description ChannelDefaultUnknownChannelReferenceHandler. handleUnknownChannelCommand(ConnectionService service, byte cmd, int channelId, Buffer buffer)RequestHandler.ResultAbstractConnectionServiceRequestHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)protected IoWriteFutureDefaultUnknownChannelReferenceHandler. 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 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.ResultCancelTcpipForwardHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)RequestHandler.ResultKeepAliveHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)RequestHandler.ResultNoMoreSessionsHandler. process(ConnectionService connectionService, java.lang.String request, boolean wantReply, Buffer buffer)RequestHandler.ResultTcpipForwardHandler. 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 classServerConnectionServiceServer sidessh-connectionservice.Methods in org.apache.sshd.server.session that return ConnectionService Modifier and Type Method Description protected ConnectionServiceAbstractServerSession. 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 ConnectionServiceDefaultX11ForwardSupport. serviceConstructors in org.apache.sshd.server.x11 with parameters of type ConnectionService Constructor Description DefaultX11ForwardSupport(ConnectionService service)
-