Modifier and Type | Method and Description |
---|---|
Session |
SSHClient.startSession() |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<ConnectionException> |
ConnectionException.chainer |
Modifier and Type | Method and Description |
---|---|
Promise<SSHPacket,ConnectionException> |
Connection.sendGlobalRequest(String name,
boolean wantReply,
byte[] specifics)
Send an SSH global request.
|
Promise<SSHPacket,ConnectionException> |
ConnectionImpl.sendGlobalRequest(String name,
boolean wantReply,
byte[] specifics) |
Modifier and Type | Class and Description |
---|---|
class |
OpenFailException |
Modifier and Type | Field and Description |
---|---|
protected Event<ConnectionException> |
AbstractChannel.closeEvent
Channel close event
|
protected Event<ConnectionException> |
AbstractChannel.openEvent
Channel open event
|
Modifier and Type | Method and Description |
---|---|
protected Event<ConnectionException> |
AbstractChannel.sendChannelRequest(String reqType,
boolean wantReply,
Buffer.PlainBuffer reqSpecific) |
Modifier and Type | Method and Description |
---|---|
long |
Window.Remote.awaitExpansion(long was) |
void |
Channel.close()
Close this channel.
|
void |
AbstractChannel.close() |
void |
Window.consume(long dec) |
protected void |
AbstractChannel.gotExtendedData(SSHPacket buf) |
protected void |
AbstractChannel.gotUnknown(Message msg,
SSHPacket buf) |
void |
AbstractChannel.handle(Message msg,
SSHPacket buf) |
protected void |
AbstractChannel.handleRequest(String reqType,
SSHPacket buf) |
void |
Channel.join() |
void |
AbstractChannel.join() |
void |
Channel.join(int timeout,
TimeUnit unit) |
void |
AbstractChannel.join(int timeout,
TimeUnit unit) |
void |
Channel.Direct.open()
Request opening this channel from remote end.
|
void |
ChannelInputStream.receive(byte[] data,
int offset,
int len) |
protected void |
AbstractChannel.receiveInto(ChannelInputStream stream,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
void |
Session.allocateDefaultPTY()
Allocates a default PTY.
|
void |
SessionChannel.allocateDefaultPTY() |
void |
Session.allocatePTY(String term,
int cols,
int rows,
int width,
int height,
Map<PTYMode,Integer> modes)
Allocate a psuedo-terminal for this session.
|
void |
SessionChannel.allocatePTY(String term,
int cols,
int rows,
int width,
int height,
Map<PTYMode,Integer> modes) |
Session.Command |
Session.exec(String command)
Execute a remote command.
|
Session.Command |
SessionChannel.exec(String command) |
protected void |
SessionChannel.gotExtendedData(SSHPacket buf) |
protected void |
AbstractDirectChannel.gotUnknown(Message cmd,
SSHPacket buf) |
void |
SessionChannel.handleRequest(String req,
SSHPacket buf) |
void |
AbstractDirectChannel.open() |
protected LocalPortForwarder.DirectTCPIPChannel |
LocalPortForwarder.openChannel(Socket socket) |
void |
Session.reqX11Forwarding(String authProto,
String authCookie,
int screen)
Request X11 forwarding.
|
void |
SessionChannel.reqX11Forwarding(String authProto,
String authCookie,
int screen) |
void |
Session.setEnvVar(String name,
String value)
Set an enviornment variable.
|
void |
SessionChannel.setEnvVar(String name,
String value) |
Session.Shell |
Session.startShell()
Request a shell.
|
Session.Shell |
SessionChannel.startShell() |
Session.Subsystem |
Session.startSubsystem(String name)
Request a subsystem.
|
Session.Subsystem |
SessionChannel.startSubsystem(String name) |
Modifier and Type | Method and Description |
---|---|
RemotePortForwarder.Forward |
RemotePortForwarder.bind(RemotePortForwarder.Forward forward,
ConnectListener listener)
Request forwarding from the remote host on the specified
RemotePortForwarder.Forward . |
void |
RemotePortForwarder.cancel(RemotePortForwarder.Forward forward)
Request cancellation of some forwarding.
|
void |
ForwardedChannelOpener.handleOpen(SSHPacket buf)
Delegates a
SSH_MSG_CHANNEL_OPEN request for the channel type claimed by this opener. |
void |
RemotePortForwarder.handleOpen(SSHPacket buf)
Internal API.
|
void |
X11Forwarder.handleOpen(SSHPacket buf)
Internal API
|
protected SSHPacket |
RemotePortForwarder.req(String reqName,
RemotePortForwarder.Forward forward) |
Copyright © 2009–2015. All rights reserved.