Uses of Enum Class
org.miaixz.bus.extra.ssh.provider.jsch.ChannelType
Packages that use ChannelType
Package
Description
Jsch封装,包括端口映射、SFTP封装等,入口为JschKit
Jsch(http://www.jcraft.com/jsch/) 引擎封装
-
Uses of ChannelType in org.miaixz.bus.extra.ssh
Methods in org.miaixz.bus.extra.ssh with parameters of type ChannelTypeModifier and TypeMethodDescriptionstatic com.jcraft.jsch.ChannelJschKit.createChannel(com.jcraft.jsch.Session session, ChannelType channelType, long timeout) 创建Channel连接static com.jcraft.jsch.ChannelJschKit.openChannel(com.jcraft.jsch.Session session, ChannelType channelType, long timeout) 打开Channel连接 -
Uses of ChannelType in org.miaixz.bus.extra.ssh.provider.jsch
Methods in org.miaixz.bus.extra.ssh.provider.jsch that return ChannelTypeModifier and TypeMethodDescriptionstatic ChannelTypeReturns the enum constant of this class with the specified name.static ChannelType[]ChannelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.extra.ssh.provider.jsch with parameters of type ChannelTypeModifier and TypeMethodDescriptioncom.jcraft.jsch.ChannelJschSession.createChannel(ChannelType channelType) 创建Channel连接com.jcraft.jsch.ChannelJschSession.openChannel(ChannelType channelType) 打开Channel连接