-
public final class FloconNetworkIsImageParams
-
-
Field Summary
Fields Modifier and Type Field Description private final Requestrequestprivate final Responseresponseprivate final StringresponseContentType
-
Constructor Summary
Constructors Constructor Description FloconNetworkIsImageParams(Request request, Response response, String responseContentType)
-
Method Summary
Modifier and Type Method Description final RequestgetRequest()final ResponsegetResponse()final StringgetResponseContentType()-
-
Constructor Detail
-
FloconNetworkIsImageParams
FloconNetworkIsImageParams(Request request, Response response, String responseContentType)
-
-
Method Detail
-
getRequest
final Request getRequest()
-
getResponse
final Response getResponse()
-
getResponseContentType
final String getResponseContentType()
-
-
-
-