public abstract class AbstractConnectionServiceRequestHandler extends AbstractLoggingBean implements ConnectionServiceRequestHandler
RequestHandler.ResultlogSVC2HNDLR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConnectionServiceRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
RequestHandler.Result |
process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer)
Process an SSH request.
|
getSimplifiedLoggerprotected AbstractConnectionServiceRequestHandler()
public RequestHandler.Result process(ConnectionService connectionService, String request, boolean wantReply, Buffer buffer) throws Exception
RequestHandlerprocess in interface RequestHandler<ConnectionService>process in interface ConnectionServiceRequestHandlerconnectionService - The input parameterrequest - The request stringwantReply - Whether a reply is requestedbuffer - The Buffer with request specific dataRequestHandler.ResultException - If failed to handle the request - Note: in
order to signal an unsupported request the RequestHandler.Result.Unsupported
value should be returnedCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.