Uses of Class
com.trilead.ssh2.channel.Channel
Packages that use Channel
-
Uses of Channel in com.trilead.ssh2
Fields in com.trilead.ssh2 declared as Channel -
Uses of Channel in com.trilead.ssh2.channel
Fields in com.trilead.ssh2.channel declared as ChannelModifier and TypeFieldDescription(package private) ChannelChannelInputStream.c(package private) ChannelChannelOutputStream.c(package private) ChannelRemoteAcceptThread.c(package private) ChannelRemoteX11AcceptThread.c(package private) ChannelStreamForwarder.cMethods in com.trilead.ssh2.channel that return ChannelModifier and TypeMethodDescriptionprivate ChannelChannelManager.getChannel(int id) ChannelManager.openDirectTCPIPChannel(String host_to_connect, int port_to_connect, String originator_IP_address, int originator_port) ChannelManager.openSessionChannel()Methods in com.trilead.ssh2.channel with parameters of type ChannelModifier and TypeMethodDescriptionprivate intChannelManager.addChannel(Channel c) voidChannelManager.closeChannel(Channel c, String reason, boolean force) intChannelManager.getAvailable(Channel c, boolean extended) intChannelManager.getChannelData(Channel c, boolean extended, byte[] target, int off, int len) private IOExceptionChannelManager.ioException(String msg, Channel c) voidChannelManager.requestChannelTrileadPing(Channel c) voidChannelManager.requestExecCommand(Channel c, String cmd) voidChannelManager.requestPTY(Channel c, String term, int term_width_characters, int term_height_characters, int term_width_pixels, int term_height_pixels, byte[] terminal_modes) voidChannelManager.requestShell(Channel c) voidChannelManager.requestSubSystem(Channel c, String subSystemName) voidChannelManager.requestX11(Channel c, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber) voidvoidvoidChannelManager.sendOpenConfirmation(Channel c) private final booleanChannelManager.waitForChannelRequestResult(Channel c) intChannelManager.waitForCondition(Channel c, long timeout, int condition_mask) Wait until for a condition.private voidChannelManager.waitUntilChannelOpen(Channel c) Constructors in com.trilead.ssh2.channel with parameters of type ChannelModifierConstructorDescription(package private)ChannelInputStream(Channel c, boolean isExtended) (package private)RemoteAcceptThread(Channel c, String remoteConnectedAddress, int remoteConnectedPort, String remoteOriginatorAddress, int remoteOriginatorPort, String targetAddress, int targetPort) RemoteX11AcceptThread(Channel c, String remoteOriginatorAddress, int remoteOriginatorPort) (package private)StreamForwarder(Channel c, StreamForwarder sibling, Socket s, InputStream is, OutputStream os, String mode)