Uses of Enum Class
net.schmizz.sshj.sftp.Response.StatusCode
Packages that use Response.StatusCode
-
Uses of Response.StatusCode in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as Response.StatusCodeMethods in net.schmizz.sshj.sftp that return Response.StatusCodeModifier and TypeMethodDescriptionstatic Response.StatusCode
Response.StatusCode.fromInt
(int code) SFTPException.getStatusCode()
Response.readStatusCode()
static Response.StatusCode
Returns the enum constant of this class with the specified name.static Response.StatusCode[]
Response.StatusCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.sftp with parameters of type Response.StatusCodeModifier and TypeMethodDescriptionResponse.ensureStatusIs
(Response.StatusCode acceptable) protected String
Response.error
(Response.StatusCode sc) Constructors in net.schmizz.sshj.sftp with parameters of type Response.StatusCode