Package | Description |
---|---|
net.schmizz.sshj.sftp |
Modifier and Type | Method and Description |
---|---|
static Response.StatusCode |
Response.StatusCode.fromInt(int code) |
Response.StatusCode |
SFTPException.getStatusCode() |
Response.StatusCode |
Response.readStatusCode() |
static Response.StatusCode |
Response.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.StatusCode[] |
Response.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Response |
Response.ensureStatusIs(Response.StatusCode acceptable) |
protected String |
Response.error(Response.StatusCode sc) |
Constructor and Description |
---|
SFTPException(Response.StatusCode sc,
String msg) |
Copyright © 2009-2013. All Rights Reserved.