Uses of Interface
org.refcodes.web.HttpBodyAccessor
-
-
Uses of HttpBodyAccessor in org.refcodes.web
Subinterfaces of HttpBodyAccessor in org.refcodes.web Modifier and Type Interface Description static interfaceHttpBodyAccessor.HttpBodyPropertyProvides a HTTP body property.interfaceHttpClientResponseDefines aHttpClientResponsebeing the response as consumed by the client.interfaceHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.Classes in org.refcodes.web that implement HttpBodyAccessor Modifier and Type Class Description classHttpClientResponseImplImplementation of theHttpClientResponseinterface.classHttpServerRequestImplThe Class HttpServerRequestImpl.
-