Uses of Class
net.schmizz.sshj.connection.ConnectionException
Packages that use ConnectionException
Package
Description
-
Uses of ConnectionException in net.schmizz.keepalive
Methods in net.schmizz.keepalive that throw ConnectionExceptionModifier and TypeMethodDescriptionprotected 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.chainerMethods 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) -
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 TypeFieldDescriptionprotected 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) protected voidAbstractChannel.gotUnknown(Message msg, 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() -
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.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)