Uses of Enum Class
org.aoju.bus.extra.ssh.ChannelType
Packages that use ChannelType
-
Uses of ChannelType in org.aoju.bus.extra.ssh
Methods in org.aoju.bus.extra.ssh 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.aoju.bus.extra.ssh with parameters of type ChannelTypeModifier and TypeMethodDescriptionstatic com.jcraft.jsch.ChannelJSchKit.createChannel(com.jcraft.jsch.Session session, ChannelType channelType) 创建Channel连接static com.jcraft.jsch.ChannelJSchKit.openChannel(com.jcraft.jsch.Session session, ChannelType channelType) 打开Channel连接static com.jcraft.jsch.ChannelJSchKit.openChannel(com.jcraft.jsch.Session session, ChannelType channelType, int timeout) 打开Channel连接