Uses of Class
net.schmizz.sshj.sftp.Response.StatusCode

Packages that use Response.StatusCode
net.schmizz.sshj.sftp   
 

Uses of Response.StatusCode in net.schmizz.sshj.sftp
 

Methods in net.schmizz.sshj.sftp that return Response.StatusCode
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.
 

Methods in net.schmizz.sshj.sftp with parameters of type Response.StatusCode
 Response Response.ensureStatusIs(Response.StatusCode acceptable)
           
protected  String Response.error(Response.StatusCode sc)
           
 

Constructors in net.schmizz.sshj.sftp with parameters of type Response.StatusCode
SFTPException(Response.StatusCode sc, String msg)
           
 



Copyright © 2009-2012. All Rights Reserved.