Uses of Interface
org.refcodes.net.HttpRequest
-
-
Uses of HttpRequest in org.refcodes.net
Subinterfaces of HttpRequest in org.refcodes.net Modifier and Type Interface Description interfaceHttpClientRequestDefines aHttpClientRequestbeing the request as produced by the client.static interfaceHttpClientRequest.HttpClientRequestBuilderBuilder for theHttpClientRequestinterface.interfaceHttpRequestBuilder<B extends HttpRequestBuilder<B>>The Interface HttpRequestBuilder.interfaceHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.Classes in org.refcodes.net that implement HttpRequest Modifier and Type Class Description classHttpClientRequestImplImplementation of theHttpClientRequestinterface.classHttpRequestImplImplementation of theHttpRequestinterface.classHttpServerRequestImplThe Class HttpServerRequestImpl.
-