public class SSHContext extends Object
Modifier and Type | Field and Description |
---|---|
Charset |
encoding
.
|
private org.apache.sshd.server.Environment |
env
.
|
(package private) static Pattern |
LC_TYPE_PATTERN
.
|
private static Logger |
log
.
|
int |
verase
.
|
Constructor and Description |
---|
SSHContext(org.apache.sshd.server.Environment env) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
String |
getProperty(String key) |
int |
getWidth() |
static Charset |
parseEncoding(String value)
Parse the
LC_CTYPE format or return null. |
static final Pattern LC_TYPE_PATTERN
public final int verase
private final org.apache.sshd.server.Environment env
public SSHContext(org.apache.sshd.server.Environment env)
public static Charset parseEncoding(String value)
LC_CTYPE
format or return null.value
- the value to parsepublic int getWidth()
public int getHeight()
public String getProperty(String key)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.