public class PuttyRequestHandler extends Object implements RequestHandler<Channel>
RequestHandler.Result
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
static String |
REQUEST_SUFFIX |
Constructor and Description |
---|
PuttyRequestHandler() |
Modifier and Type | Method and Description |
---|---|
RequestHandler.Result |
process(Channel channel,
String request,
boolean wantReply,
Buffer buffer)
Process the ssh-connection global request.
|
protected RequestHandler.Result |
processPuttyOpcode(Channel channel,
String request,
String opcode,
boolean wantReply,
Buffer buffer) |
public static final String REQUEST_SUFFIX
protected final org.slf4j.Logger log
public RequestHandler.Result process(Channel channel, String request, boolean wantReply, Buffer buffer) throws Exception
RequestHandler
process
in interface RequestHandler<Channel>
Exception
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.