Uses of Class
net.schmizz.sshj.connection.ConnectionException
-
-
Uses of ConnectionException in net.schmizz.keepalive
Fields in net.schmizz.keepalive with type parameters of type ConnectionException Modifier and Type Field Description private java.util.Queue<Promise<SSHPacket,ConnectionException>>
KeepAliveRunner. queue
The queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type ConnectionException Modifier and Type Method Description private void
KeepAliveRunner. checkMaxReached(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)
private void
KeepAliveRunner. emptyQueue(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)
Methods in net.schmizz.keepalive that throw ConnectionException Modifier and Type Method Description private void
KeepAliveRunner. checkMaxReached(java.util.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 Modifier and Type Method Description Session
SSHClient. startSession()
-
Uses of ConnectionException in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection with type parameters of type ConnectionException Modifier and Type Field Description static ExceptionChainer<ConnectionException>
ConnectionException. chainer
private java.util.Queue<Promise<SSHPacket,ConnectionException>>
ConnectionImpl. globalReqPromises
Methods in net.schmizz.sshj.connection that return types with arguments of type ConnectionException Modifier and Type Method Description Promise<SSHPacket,ConnectionException>
Connection. sendGlobalRequest(java.lang.String name, boolean wantReply, byte[] specifics)
Send an SSH global request.Promise<SSHPacket,ConnectionException>
ConnectionImpl. sendGlobalRequest(java.lang.String name, boolean wantReply, byte[] specifics)
Methods in net.schmizz.sshj.connection that throw ConnectionException Modifier and Type Method Description private 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.channel Modifier and Type Class Description class
OpenFailException
Fields in net.schmizz.sshj.connection.channel with type parameters of type ConnectionException Modifier and Type Field Description private java.util.Queue<Event<ConnectionException>>
AbstractChannel. chanReqResponseEvents
protected Event<ConnectionException>
AbstractChannel. closeEvent
Channel close eventprotected Event<ConnectionException>
AbstractChannel. openEvent
Channel open eventMethods in net.schmizz.sshj.connection.channel that return types with arguments of type ConnectionException Modifier and Type Method Description protected Event<ConnectionException>
AbstractChannel. sendChannelRequest(java.lang.String reqType, boolean wantReply, Buffer.PlainBuffer reqSpecific)
Methods in net.schmizz.sshj.connection.channel that throw ConnectionException Modifier and Type Method Description long
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(java.lang.String reqType, SSHPacket buf)
void
AbstractChannel. join()
void
AbstractChannel. join(long timeout, java.util.concurrent.TimeUnit unit)
void
Channel. join()
void
Channel. join(long timeout, java.util.concurrent.TimeUnit unit)
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 ConnectionException Modifier and Type Method Description void
Session. allocateDefaultPTY()
Allocates a default PTY.void
SessionChannel. allocateDefaultPTY()
void
Session. allocatePTY(java.lang.String term, int cols, int rows, int width, int height, java.util.Map<PTYMode,java.lang.Integer> modes)
Allocate a psuedo-terminal for this session.void
SessionChannel. allocatePTY(java.lang.String term, int cols, int rows, int width, int height, java.util.Map<PTYMode,java.lang.Integer> modes)
Session.Command
Session. exec(java.lang.String command)
Execute a remote command.Session.Command
SessionChannel. exec(java.lang.String command)
private void
AbstractDirectChannel. gotOpenConfirmation(SSHPacket buf)
private void
AbstractDirectChannel. gotOpenFailure(SSHPacket buf)
protected void
AbstractDirectChannel. gotUnknown(Message cmd, SSHPacket buf)
void
SessionChannel. handleRequest(java.lang.String req, SSHPacket buf)
void
AbstractDirectChannel. open()
void
Session. reqX11Forwarding(java.lang.String authProto, java.lang.String authCookie, int screen)
Request X11 forwarding.void
SessionChannel. reqX11Forwarding(java.lang.String authProto, java.lang.String authCookie, int screen)
void
Session. setEnvVar(java.lang.String name, java.lang.String value)
Set an environment variable.void
SessionChannel. setEnvVar(java.lang.String name, java.lang.String value)
Session.Shell
Session. startShell()
Request a shell.Session.Shell
SessionChannel. startShell()
Session.Subsystem
Session. startSubsystem(java.lang.String name)
Request a subsystem.Session.Subsystem
SessionChannel. startSubsystem(java.lang.String name)
-
Uses of ConnectionException in net.schmizz.sshj.connection.channel.forwarded
Methods in net.schmizz.sshj.connection.channel.forwarded that throw ConnectionException Modifier and Type Method Description RemotePortForwarder.Forward
RemotePortForwarder. 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(java.lang.String reqName, RemotePortForwarder.Forward forward)
-