Uses of Enum Class
net.schmizz.sshj.connection.channel.direct.PTYMode
Packages that use PTYMode
-
Uses of PTYMode in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct that return PTYModeModifier and TypeMethodDescriptionstatic PTYMode
Returns the enum constant of this class with the specified name.static PTYMode[]
PTYMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.schmizz.sshj.connection.channel.direct with type arguments of type PTYModeModifier and TypeMethodDescriptionvoid
Session.allocatePTY
(String term, int cols, int rows, int width, int height, Map<PTYMode, Integer> modes) Allocate a psuedo-terminal for this session.void
SessionChannel.allocatePTY
(String term, int cols, int rows, int width, int height, Map<PTYMode, Integer> modes) static byte[]