Uses of Class
kong.unirest.core.BaseResponse
-
Packages that use BaseResponse Package Description kong.unirest.core -
-
Uses of BaseResponse in kong.unirest.core
Subclasses of BaseResponse in kong.unirest.core Modifier and Type Class Description classBasicResponse<T>classByteResponseclassFileResponseclassJsonResponseclassMockResponse<T>A Mock Response that can be used in testing.(package private) classObjectResponse<T>classStringResponseConstructors in kong.unirest.core with parameters of type BaseResponse Constructor Description BaseResponse(BaseResponse other)BasicResponse(BaseResponse response, T body)
-