Uses of Enum
net.schmizz.sshj.connection.channel.direct.PTYMode
Packages that use PTYMode
-
Uses of PTYMode in net.schmizz.sshj.connection.channel.direct
Subclasses with type arguments of type PTYMode in net.schmizz.sshj.connection.channel.directMethods in net.schmizz.sshj.connection.channel.direct that return PTYModeModifier and TypeMethodDescriptionstatic PTYModeReturns the enum constant of this type with the specified name.static PTYMode[]PTYMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.schmizz.sshj.connection.channel.direct with type arguments of type PTYModeModifier and TypeMethodDescriptionvoidSession.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) static byte[]