Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.global |
Modifier and Type | Method and Description |
---|---|
RequestHandler.Result |
RequestHandler.process(T t,
String request,
boolean wantReply,
Buffer buffer)
Process the ssh-connection global request.
|
static RequestHandler.Result |
RequestHandler.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestHandler.Result[] |
RequestHandler.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RequestHandler.Result |
PuttyRequestHandler.process(Channel channel,
String request,
boolean wantReply,
Buffer buffer) |
protected RequestHandler.Result |
PuttyRequestHandler.processPuttyOpcode(Channel channel,
String request,
String opcode,
boolean wantReply,
Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
RequestHandler.Result |
KeepAliveHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
RequestHandler.Result |
NoMoreSessionsHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
RequestHandler.Result |
CancelTcpipForwardHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
RequestHandler.Result |
TcpipForwardHandler.process(ConnectionService connectionService,
String request,
boolean wantReply,
Buffer buffer) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.