Uses of Class
net.schmizz.sshj.connection.channel.direct.PTYMode
-
Packages that use PTYMode Package Description net.schmizz.sshj.connection.channel.direct -
-
Uses of PTYMode in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct that return PTYMode Modifier and Type Method Description static PTYMode
PTYMode. valueOf(java.lang.String name)
Returns 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 PTYMode Modifier and Type Method Description void
Session. allocatePTY(java.lang.String term, int cols, int rows, int width, int height, java.util.Map<PTYMode,java.lang.Integer> modes)
Allocate a psuedo-terminal for this session.void
SessionChannel. allocatePTY(java.lang.String term, int cols, int rows, int width, int height, java.util.Map<PTYMode,java.lang.Integer> modes)
static byte[]
PTYMode. encode(java.util.Map<PTYMode,java.lang.Integer> modes)
-