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.queueThe queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type ConnectionExceptionModifier and TypeMethodDescriptionprivate voidKeepAliveRunner.checkMaxReached(Queue<Promise<SSHPacket, ConnectionException>> queue) private voidKeepAliveRunner.emptyQueue(Queue<Promise<SSHPacket, ConnectionException>> queue) Methods in net.schmizz.keepalive that throw ConnectionExceptionModifier and TypeMethodDescriptionprivate voidKeepAliveRunner.checkMaxReached(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 -
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.chainerprivate final Queue<Promise<SSHPacket, ConnectionException>> ConnectionImpl.globalReqPromisesMethods 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 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.channelFields in net.schmizz.sshj.connection.channel with type parameters of type ConnectionExceptionModifier and TypeFieldDescriptionprivate final Queue<Event<ConnectionException>> AbstractChannel.chanReqResponseEventsprotected final Event<ConnectionException> AbstractChannel.closeEventChannel close eventprotected final Event<ConnectionException> AbstractChannel.openEventChannel 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 TypeMethodDescriptionlongWindow.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(String reqType, SSHPacket buf) voidAbstractChannel.join()voidvoidChannel.join()voidvoidChannel.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 ConnectionExceptionModifier and TypeMethodDescriptionvoidSession.allocateDefaultPTY()Allocates a default PTY.voidSessionChannel.allocateDefaultPTY()voidSession.allocatePTY(String term, int cols, int rows, int width, int height, Map<PTYMode, Integer> modes) Allocate a psuedo-terminal for this session.voidSessionChannel.allocatePTY(String term, int cols, int rows, int width, int height, Map<PTYMode, Integer> modes) Execute a remote command.private voidAbstractDirectChannel.gotOpenConfirmation(SSHPacket buf) private voidAbstractDirectChannel.gotOpenFailure(SSHPacket buf) protected voidAbstractDirectChannel.gotUnknown(Message cmd, SSHPacket buf) voidSessionChannel.handleRequest(String req, SSHPacket buf) voidAbstractDirectChannel.open()voidSession.reqX11Forwarding(String authProto, String authCookie, int screen) Request X11 forwarding.voidSessionChannel.reqX11Forwarding(String authProto, String authCookie, int screen) voidSet an environment variable.voidSession.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.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(String reqName, RemotePortForwarder.Forward forward)