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