Uses of Interface
org.refcodes.web.HttpRequest
-
-
Uses of HttpRequest in org.refcodes.web
Subinterfaces of HttpRequest in org.refcodes.web Modifier and Type Interface Description interfaceHttpRequestBuilder<B extends HttpRequestBuilder<B>>The Interface HttpRequestBuilder.Classes in org.refcodes.web that implement HttpRequest Modifier and Type Class Description classAbstractHttpRequestImplementation of theHttpRequestinterface.classHttpClientRequestDefines aHttpClientRequestbeing the request as produced by the client.classHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.
-