Uses of Enum
org.apache.sshd.common.channel.RequestHandler.Result
Packages that use RequestHandler.Result
Package
Description
-
Uses of RequestHandler.Result in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel that return RequestHandler.ResultModifier and TypeMethodDescriptionprotected RequestHandler.ResultChannelSession.handleInternalRequest(String req, boolean wantReply, Buffer buffer) protected RequestHandler.ResultChannelSession.handleXonXoff(Buffer buffer, boolean wantReply) -
Uses of RequestHandler.Result in org.apache.sshd.client.channel.exit
Methods in org.apache.sshd.client.channel.exit that return RequestHandler.Result -
Uses of RequestHandler.Result in org.apache.sshd.client.global
Methods in org.apache.sshd.client.global that return RequestHandler.ResultModifier and TypeMethodDescriptionprotected RequestHandler.ResultOpenSshHostKeysHandler.handleHostKeys(Session session, Collection<? extends PublicKey> keys, boolean wantReply, Buffer buffer) -
Uses of RequestHandler.Result in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type RequestHandler.ResultModifier and TypeFieldDescriptionstatic final Set<RequestHandler.Result> RequestHandler.Result.VALUESMethods in org.apache.sshd.common.channel that return RequestHandler.ResultModifier and TypeMethodDescriptionstatic RequestHandler.Resultprotected RequestHandler.ResultAbstractChannel.handleInternalRequest(String req, boolean wantReply, Buffer buffer) Called byAbstractChannel.handleUnknownChannelRequest(String, boolean, Buffer)in order to allow channel request handling if none of the registered handlers processed the request - last chance.Process an SSH request.static RequestHandler.ResultReturns the enum constant of this type with the specified name.static RequestHandler.Result[]RequestHandler.Result.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.common.channel with parameters of type RequestHandler.ResultModifier and TypeMethodDescriptionprotected IoWriteFutureAbstractChannel.sendResponse(Buffer buffer, String req, RequestHandler.Result result, boolean wantReply) -
Uses of RequestHandler.Result in org.apache.sshd.common.global
Methods in org.apache.sshd.common.global that return RequestHandler.ResultModifier and TypeMethodDescriptionprotected abstract RequestHandler.ResultAbstractOpenSshHostKeysHandler.handleHostKeys(Session session, Collection<? extends PublicKey> keys, boolean wantReply, Buffer buffer) AbstractOpenSshHostKeysHandler.process(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) KeepAliveHandler.process(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) -
Uses of RequestHandler.Result in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return RequestHandler.ResultModifier and TypeMethodDescriptionConnectionServiceRequestHandler.process(ConnectionService service, String request, boolean wantReply, Buffer buffer) -
Uses of RequestHandler.Result in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return RequestHandler.ResultModifier and TypeMethodDescriptionAbstractConnectionServiceRequestHandler.process(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) Methods in org.apache.sshd.common.session.helpers with parameters of type RequestHandler.ResultModifier and TypeMethodDescriptionprotected IoWriteFutureAbstractConnectionService.sendGlobalResponse(Buffer buffer, String req, RequestHandler.Result result, boolean wantReply) -
Uses of RequestHandler.Result in org.apache.sshd.server.channel
Methods in org.apache.sshd.server.channel that return RequestHandler.ResultModifier and TypeMethodDescriptionprotected RequestHandler.ResultChannelSession.handleAgentForwarding(String requestType, Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleAgentForwardingParsed(String requestType) protected RequestHandler.ResultChannelSession.handleBreak(Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleBreakParsed(long breakLength) protected RequestHandler.Resultprotected RequestHandler.ResultChannelSession.handleEnvParsed(String name, String value) protected RequestHandler.ResultChannelSession.handleExec(String request, Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleExecParsed(String request, String commandLine) protected RequestHandler.ResultChannelSession.handleInternalRequest(String requestType, boolean wantReply, Buffer buffer) protected RequestHandler.ResultChannelSession.handlePtyReq(Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handlePtyReqParsed(String term, int tColumns, int tRows, int tWidth, int tHeight, Map<PtyMode, Integer> ptyModes) protected RequestHandler.ResultChannelSession.handleShell(String request, Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleShellParsed(String request) protected RequestHandler.ResultChannelSession.handleSignal(Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleSignalParsed(String name) protected RequestHandler.ResultChannelSession.handleSubsystem(String request, Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleSubsystemParsed(String request, String subsystem) protected RequestHandler.ResultChannelSession.handleWindowChange(Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleWindowChangeParsed(int tColumns, int tRows, int tWidth, int tHeight) protected RequestHandler.ResultChannelSession.handleX11Forwarding(String requestType, Buffer buffer, boolean wantReply) protected RequestHandler.ResultChannelSession.handleX11ForwardingParsed(String requestType, ServerSession session, boolean singleConnection, String authProtocol, String authCookie, int screenId) protected RequestHandler.ResultChannelSession.prepareChannelCommand(String request, Command cmd) protected RequestHandler.ResultPuttyRequestHandler.processPuttyOpcode(Channel channel, String request, String opcode, boolean wantReply, Buffer buffer) Methods in org.apache.sshd.server.channel with parameters of type RequestHandler.ResultModifier and TypeMethodDescriptionprotected IoWriteFutureChannelSession.sendResponse(Buffer buffer, String req, RequestHandler.Result result, boolean wantReply) -
Uses of RequestHandler.Result in org.apache.sshd.server.global
Methods in org.apache.sshd.server.global that return RequestHandler.ResultModifier and TypeMethodDescriptionprotected RequestHandler.ResultOpenSshHostKeysHandler.handleHostKeys(Session session, Collection<? extends PublicKey> keys, boolean wantReply, Buffer buffer) CancelTcpipForwardHandler.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)