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. queueThe queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type ConnectionException Modifier and Type Method Description private voidKeepAliveRunner. checkMaxReached(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)private voidKeepAliveRunner. emptyQueue(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)Methods in net.schmizz.keepalive that throw ConnectionException Modifier and Type Method Description private voidKeepAliveRunner. checkMaxReached(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)protected abstract voidKeepAlive. doKeepAlive()protected voidKeepAliveRunner. doKeepAlive() -
Uses of ConnectionException in net.schmizz.sshj
Methods in net.schmizz.sshj that throw ConnectionException Modifier and Type Method Description SessionSSHClient. 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. chainerprivate java.util.Queue<Promise<SSHPacket,ConnectionException>>ConnectionImpl. globalReqPromisesMethods 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 ChannelConnectionImpl. getChannel(SSHPacket buffer)private voidConnectionImpl. gotChannelOpen(SSHPacket buf)private voidConnectionImpl. gotGlobalReqResponse(SSHPacket response)private voidConnectionImpl. 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 classOpenFailExceptionFields in net.schmizz.sshj.connection.channel with type parameters of type ConnectionException Modifier and Type Field Description private java.util.Queue<Event<ConnectionException>>AbstractChannel. chanReqResponseEventsprotected Event<ConnectionException>AbstractChannel. closeEventChannel close eventprotected Event<ConnectionException>AbstractChannel. openEventChannel 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 longWindow.Remote. awaitExpansion(long was)voidAbstractChannel. close()voidChannel. close()Close this channel.voidWindow. consume(long dec)(package private) booleanChannelOutputStream.DataBuffer. flush(boolean canAwaitExpansion)(package private) booleanChannelOutputStream.DataBuffer. flush(int bufferSize, boolean canAwaitExpansion)private voidAbstractChannel. gotChannelRequest(SSHPacket buf)private voidAbstractChannel. gotResponse(boolean success)protected voidAbstractChannel. gotUnknown(Message msg, SSHPacket buf)private voidAbstractChannel. gotWindowAdjustment(SSHPacket buf)protected voidAbstractChannel. handleRequest(java.lang.String reqType, SSHPacket buf)voidAbstractChannel. join()voidAbstractChannel. join(long timeout, java.util.concurrent.TimeUnit unit)voidChannel. join()voidChannel. join(long timeout, java.util.concurrent.TimeUnit unit)voidChannel.Direct. open()Request opening this channel from remote end.voidAbstractChannel.TransportRunnable. run()private static voidChannelOutputStream. throwStreamClosed()(package private) booleanAbstractChannel. whileOpen(AbstractChannel.TransportRunnable runnable)(package private) intChannelOutputStream.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 voidSession. allocateDefaultPTY()Allocates a default PTY.voidSessionChannel. allocateDefaultPTY()voidSession. 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.voidSessionChannel. allocatePTY(java.lang.String term, int cols, int rows, int width, int height, java.util.Map<PTYMode,java.lang.Integer> modes)Session.CommandSession. exec(java.lang.String command)Execute a remote command.Session.CommandSessionChannel. exec(java.lang.String command)private voidAbstractDirectChannel. gotOpenConfirmation(SSHPacket buf)private voidAbstractDirectChannel. gotOpenFailure(SSHPacket buf)protected voidAbstractDirectChannel. gotUnknown(Message cmd, SSHPacket buf)voidSessionChannel. handleRequest(java.lang.String req, SSHPacket buf)voidAbstractDirectChannel. open()voidSession. reqX11Forwarding(java.lang.String authProto, java.lang.String authCookie, int screen)Request X11 forwarding.voidSessionChannel. reqX11Forwarding(java.lang.String authProto, java.lang.String authCookie, int screen)voidSession. setEnvVar(java.lang.String name, java.lang.String value)Set an environment variable.voidSessionChannel. setEnvVar(java.lang.String name, java.lang.String value)Session.ShellSession. startShell()Request a shell.Session.ShellSessionChannel. startShell()Session.SubsystemSession. startSubsystem(java.lang.String name)Request a subsystem.Session.SubsystemSessionChannel. 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.ForwardRemotePortForwarder. bind(RemotePortForwarder.Forward forward, ConnectListener listener)Request forwarding from the remote host on the specifiedRemotePortForwarder.Forward.voidRemotePortForwarder. cancel(RemotePortForwarder.Forward forward)Request cancellation of some forwarding.voidForwardedChannelOpener. handleOpen(SSHPacket buf)Delegates aSSH_MSG_CHANNEL_OPENrequest for the channel type claimed by this opener.voidRemotePortForwarder. handleOpen(SSHPacket buf)Internal API.voidX11Forwarder. handleOpen(SSHPacket buf)Internal APIprotected SSHPacketRemotePortForwarder. req(java.lang.String reqName, RemotePortForwarder.Forward forward)
-