public interface RequestHandler<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestHandler.Result |
| Modifier and Type | Method and Description |
|---|---|
RequestHandler.Result |
process(T t,
String request,
boolean wantReply,
Buffer buffer)
Process the ssh-connection global request.
|
RequestHandler.Result process(T t, String request, boolean wantReply, Buffer buffer) throws Exception
t - request - wantReply - buffer - ExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.