Uses of Interface
org.refcodes.net.HttpResponse
-
-
Uses of HttpResponse in org.refcodes.net
Subinterfaces of HttpResponse in org.refcodes.net Modifier and Type Interface Description interfaceHttpClientResponseDefines aHttpClientResponsebeing the response as consumed by the client.interfaceHttpResponseBuilder<B>The Interface HttpResponseBuilder.interfaceHttpServerResponseDefines aHttpServerResponseas produced by the server.Classes in org.refcodes.net that implement HttpResponse Modifier and Type Class Description classHttpClientResponseImplImplementation of theHttpClientResponseinterface.classHttpResponseImplImplementation of theHttpResponseinterface.classHttpServerResponseImplImplementation of theHttpResponseinterface.
-