Uses of Enum Class
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.Result
ChannelSession.handleInternalRequest
(String req, boolean wantReply, Buffer buffer) protected RequestHandler.Result
ChannelSession.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.Result
OpenSshHostKeysHandler.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.VALUES
Methods in org.apache.sshd.common.channel that return RequestHandler.ResultModifier and TypeMethodDescriptionstatic RequestHandler.Result
protected RequestHandler.Result
AbstractChannel.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.Result
Returns the enum constant of this class with the specified name.static RequestHandler.Result[]
RequestHandler.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.common.channel with parameters of type RequestHandler.ResultModifier and TypeMethodDescriptionprotected IoWriteFuture
AbstractChannel.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.Result
AbstractOpenSshHostKeysHandler.handleHostKeys
(Session session, Collection<? extends PublicKey> keys, boolean wantReply, Buffer buffer) AbstractOpenSshHostKeysHandler.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 IoWriteFuture
AbstractConnectionService.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.Result
ChannelSession.handleAgentForwarding
(String requestType, Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleAgentForwardingParsed
(String requestType) protected RequestHandler.Result
ChannelSession.handleBreak
(Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleBreakParsed
(long breakLength) protected RequestHandler.Result
protected RequestHandler.Result
ChannelSession.handleEnvParsed
(String name, String value) protected RequestHandler.Result
ChannelSession.handleExec
(String request, Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleExecParsed
(String request, String commandLine) protected RequestHandler.Result
ChannelSession.handleInternalRequest
(String requestType, boolean wantReply, Buffer buffer) protected RequestHandler.Result
ChannelSession.handlePtyReq
(Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handlePtyReqParsed
(String term, int tColumns, int tRows, int tWidth, int tHeight, Map<PtyMode, Integer> ptyModes) protected RequestHandler.Result
ChannelSession.handleShell
(String request, Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleShellParsed
(String request) protected RequestHandler.Result
ChannelSession.handleSignal
(Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleSignalParsed
(String name) protected RequestHandler.Result
ChannelSession.handleSubsystem
(String request, Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleSubsystemParsed
(String request, String subsystem) protected RequestHandler.Result
ChannelSession.handleWindowChange
(Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleWindowChangeParsed
(int tColumns, int tRows, int tWidth, int tHeight) protected RequestHandler.Result
ChannelSession.handleX11Forwarding
(String requestType, Buffer buffer, boolean wantReply) protected RequestHandler.Result
ChannelSession.handleX11ForwardingParsed
(String requestType, ServerSession session, boolean singleConnection, String authProtocol, String authCookie, int screenId) protected RequestHandler.Result
ChannelSession.prepareChannelCommand
(String request, Command cmd) protected RequestHandler.Result
PuttyRequestHandler.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 IoWriteFuture
ChannelSession.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.Result
OpenSshHostKeysHandler.handleHostKeys
(Session session, Collection<? extends PublicKey> keys, boolean wantReply, Buffer buffer) CancelTcpipForwardHandler.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)