Uses of Interface
org.refcodes.web.HttpResponse
-
Uses of HttpResponse in org.refcodes.web
Classes in org.refcodes.web with type parameters of type HttpResponseModifier and TypeInterfaceDescriptioninterfaceHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> AnHttpInterceptordefinition for pre- as well as post-processingHttpRequestas well asHttpResponseinstances.interfacePostHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> AnPostHttpInterceptordefinition for post-processingHttpRequestas well asHttpResponseinstances.interfacePreHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> Subinterfaces of HttpResponse in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceThe Interface HttpResponseBuilder.Classes in org.refcodes.web that implement HttpResponseModifier and TypeClassDescriptionclassImplementation of theHttpResponseinterface.classDefines aHttpClientResponsebeing the response as consumed by the client.classDefines aHttpServerResponseas produced by the server.