Uses of Interface
org.refcodes.web.HttpStatusCodeAccessor
-
-
Uses of HttpStatusCodeAccessor in org.refcodes.web
Subinterfaces of HttpStatusCodeAccessor in org.refcodes.web Modifier and Type Interface Description interfaceHttpClientResponseDefines aHttpClientResponsebeing the response as consumed by the client.interfaceHttpResponseDefines aHttpResponsebeing the response Header-Fields and the response body.interfaceHttpResponseBuilder<B>The Interface HttpResponseBuilder.interfaceHttpServerResponseDefines aHttpServerResponseas produced by the server.static interfaceHttpStatusCodeAccessor.HttpStatusCodePropertyExtends theHttpStatusCodeAccessorwith a setter method.Classes in org.refcodes.web that implement HttpStatusCodeAccessor Modifier and Type Class Description classHttpClientResponseImplImplementation of theHttpClientResponseinterface.classHttpResponseImplImplementation of theHttpResponseinterface.classHttpServerResponseImplImplementation of theHttpResponseinterface.
-