Package | Description |
---|---|
net.schmizz.sshj.connection.channel.direct |
Modifier and Type | Method and Description |
---|---|
static PTYMode |
PTYMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
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[] |
PTYMode.encode(Map<PTYMode,Integer> modes) |
Copyright © 2009–2015. All rights reserved.