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
- Exception
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.