| Package | Description |
|---|---|
| ch.ethz.ssh2 | |
| ch.ethz.ssh2.channel |
| Modifier and Type | Method and Description |
|---|---|
ServerSessionCallback |
ServerConnectionCallback.acceptSession(ServerSession session) |
Runnable |
SimpleServerSessionCallback.requestEnv(ServerSession ss,
String name,
String value)
By default, silently ignore passwd environment variables.
|
Runnable |
ServerSessionCallback.requestEnv(ServerSession ss,
String name,
String value) |
Runnable |
SimpleServerSessionCallback.requestExec(ServerSession ss,
String command) |
Runnable |
ServerSessionCallback.requestExec(ServerSession ss,
String command) |
Runnable |
SimpleServerSessionCallback.requestPtyReq(ServerSession ss,
PtySettings pty) |
Runnable |
ServerSessionCallback.requestPtyReq(ServerSession ss,
PtySettings pty) |
Runnable |
SimpleServerSessionCallback.requestShell(ServerSession ss) |
Runnable |
ServerSessionCallback.requestShell(ServerSession ss) |
Runnable |
SimpleServerSessionCallback.requestSubsystem(ServerSession ss,
String subsystem) |
Runnable |
ServerSessionCallback.requestSubsystem(ServerSession ss,
String subsystem) |
void |
SimpleServerSessionCallback.requestWindowChange(ServerSession ss,
int term_width_columns,
int term_height_rows,
int term_width_pixels,
int term_height_pixels) |
void |
ServerSessionCallback.requestWindowChange(ServerSession ss,
int term_width_columns,
int term_height_rows,
int term_width_pixels,
int term_height_pixels)
When the window (terminal) size changes on the client side, it MAY send a message to the other side to inform it of the new dimensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSessionImpl |
Copyright © 2014. All Rights Reserved.