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,
java.lang.String request,
boolean wantReply,
Buffer buffer)
Process the ssh-connection global request.
|
RequestHandler.Result process(T t, java.lang.String request, boolean wantReply, Buffer buffer) throws java.lang.Exception
t - request - wantReply - buffer - java.lang.ExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.