Uses of Class
net.schmizz.sshj.connection.ConnectionException
Packages that use ConnectionException
Package
Description
-
Uses of ConnectionException in net.schmizz.keepalive
Fields in net.schmizz.keepalive with type parameters of type ConnectionExceptionModifier and TypeFieldDescriptionprivate final Queue
<Promise<SSHPacket, ConnectionException>> KeepAliveRunner.queue
The queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type ConnectionExceptionModifier and TypeMethodDescriptionprivate void
KeepAliveRunner.checkMaxReached
(Queue<Promise<SSHPacket, ConnectionException>> queue) private void
KeepAliveRunner.emptyQueue
(Queue<Promise<SSHPacket, ConnectionException>> queue) Methods in net.schmizz.keepalive that throw ConnectionExceptionModifier and TypeMethodDescriptionprivate void
KeepAliveRunner.checkMaxReached
(Queue<Promise<SSHPacket, ConnectionException>> queue) protected abstract void
KeepAlive.doKeepAlive()
protected void
KeepAliveRunner.doKeepAlive()
-
Uses of ConnectionException in net.schmizz.sshj
Methods in net.schmizz.sshj that throw ConnectionException -
Uses of ConnectionException in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection with type parameters of type ConnectionExceptionModifier and TypeFieldDescriptionstatic final ExceptionChainer
<ConnectionException> ConnectionException.chainer
private final Queue
<Promise<SSHPacket, ConnectionException>> ConnectionImpl.globalReqPromises
Methods in net.schmizz.sshj.connection that return types with arguments of type ConnectionExceptionModifier and TypeMethodDescriptionConnection.sendGlobalRequest
(String name, boolean wantReply, byte[] specifics) Send an SSH global request.ConnectionImpl.sendGlobalRequest
(String name, boolean wantReply, byte[] specifics) Methods in net.schmizz.sshj.connection that throw ConnectionExceptionModifier and TypeMethodDescriptionprivate Channel
ConnectionImpl.getChannel
(SSHPacket buffer) private void
ConnectionImpl.gotChannelOpen
(SSHPacket buf) private void
ConnectionImpl.gotGlobalReqResponse
(SSHPacket response) private void
ConnectionImpl.gotGlobalRequest
(SSHPacket buf) -
Uses of ConnectionException in net.schmizz.sshj.connection.channel
Subclasses of ConnectionException in net.schmizz.sshj.connection.channelFields in net.schmizz.sshj.connection.channel with type parameters of type ConnectionExceptionModifier and TypeFieldDescriptionprivate final Queue
<Event<ConnectionException>> AbstractChannel.chanReqResponseEvents
protected final Event
<ConnectionException> AbstractChannel.closeEvent
Channel close eventprotected final Event
<ConnectionException> AbstractChannel.openEvent
Channel open eventMethods in net.schmizz.sshj.connection.channel that return types with arguments of type ConnectionExceptionModifier and TypeMethodDescriptionprotected Event
<ConnectionException> AbstractChannel.sendChannelRequest
(String reqType, boolean wantReply, Buffer.PlainBuffer reqSpecific) Methods in net.schmizz.sshj.connection.channel that throw ConnectionExceptionModifier and TypeMethodDescriptionlong
Window.Remote.awaitExpansion
(long was) void
AbstractChannel.close()
void
Channel.close()
Close this channel.void
Window.consume
(long dec) (package private) boolean
ChannelOutputStream.DataBuffer.flush
(boolean canAwaitExpansion) (package private) boolean
ChannelOutputStream.DataBuffer.flush
(int bufferSize, boolean canAwaitExpansion) private void
AbstractChannel.gotChannelRequest
(SSHPacket buf) private void
AbstractChannel.gotResponse
(boolean success) protected void
AbstractChannel.gotUnknown
(Message msg, SSHPacket buf) private void
AbstractChannel.gotWindowAdjustment
(SSHPacket buf) protected void
AbstractChannel.handleRequest
(String reqType, SSHPacket buf) void
AbstractChannel.join()
void
void
Channel.join()
void
void
Channel.Direct.open()
Request opening this channel from remote end.void
AbstractChannel.TransportRunnable.run()
private static void
ChannelOutputStream.throwStreamClosed()
(package private) boolean
AbstractChannel.whileOpen
(AbstractChannel.TransportRunnable runnable) (package private) int
ChannelOutputStream.DataBuffer.write
(byte[] data, int off, int len) -
Uses of ConnectionException in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct that throw ConnectionExceptionModifier and TypeMethodDescriptionvoid
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) Execute a remote command.private void
AbstractDirectChannel.gotOpenConfirmation
(SSHPacket buf) private void
AbstractDirectChannel.gotOpenFailure
(SSHPacket buf) protected void
AbstractDirectChannel.gotUnknown
(Message cmd, SSHPacket buf) void
SessionChannel.handleRequest
(String req, SSHPacket buf) void
AbstractDirectChannel.open()
void
Session.reqX11Forwarding
(String authProto, String authCookie, int screen) Request X11 forwarding.void
SessionChannel.reqX11Forwarding
(String authProto, String authCookie, int screen) void
Set an environment variable.void
Session.startShell()
Request a shell.SessionChannel.startShell()
Session.startSubsystem
(String name) Request a subsystem.SessionChannel.startSubsystem
(String name) -
Uses of ConnectionException in net.schmizz.sshj.connection.channel.forwarded
Methods in net.schmizz.sshj.connection.channel.forwarded that throw ConnectionExceptionModifier and TypeMethodDescriptionRemotePortForwarder.bind
(RemotePortForwarder.Forward forward, ConnectListener listener) Request forwarding from the remote host on the specifiedRemotePortForwarder.Forward
.void
RemotePortForwarder.cancel
(RemotePortForwarder.Forward forward) Request cancellation of some forwarding.void
ForwardedChannelOpener.handleOpen
(SSHPacket buf) Delegates aSSH_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 APIprotected SSHPacket
RemotePortForwarder.req
(String reqName, RemotePortForwarder.Forward forward)