Uses of Interface
org.refcodes.web.HttpResponse
-
-
Uses of HttpResponse in org.refcodes.web
Subinterfaces of HttpResponse in org.refcodes.web 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.web that implement HttpResponse Modifier and Type Class Description classAbstractHttpResponseImplementation of theHttpResponseinterface.classHttpClientResponseImplImplementation of theHttpClientResponseinterface.classHttpServerResponseImplImplementation of theHttpResponseinterface.
-