Uses of Enum
net.schmizz.sshj.sftp.Response.StatusCode
Packages that use Response.StatusCode
-
Uses of Response.StatusCode in net.schmizz.sshj.sftp
Subclasses with type arguments of type Response.StatusCode in net.schmizz.sshj.sftpFields in net.schmizz.sshj.sftp declared as Response.StatusCodeMethods in net.schmizz.sshj.sftp that return Response.StatusCodeModifier and TypeMethodDescriptionstatic Response.StatusCodeResponse.StatusCode.fromInt(int code) SFTPException.getStatusCode()Response.readStatusCode()static Response.StatusCodeReturns 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.Methods in net.schmizz.sshj.sftp with parameters of type Response.StatusCodeModifier and TypeMethodDescriptionResponse.ensureStatusIs(Response.StatusCode acceptable) protected StringResponse.error(Response.StatusCode sc) Constructors in net.schmizz.sshj.sftp with parameters of type Response.StatusCode