Uses of Interface
org.zalando.logbook.HttpMessage
-
-
Uses of HttpMessage in org.zalando.logbook
Classes in org.zalando.logbook with type parameters of type HttpMessage Modifier and Type Interface Description interfaceBodyReplacer<T extends HttpMessage>Subinterfaces of HttpMessage in org.zalando.logbook Modifier and Type Interface Description interfaceForwardingHttpMessageinterfaceForwardingHttpRequestinterfaceForwardingHttpResponseinterfaceHttpRequestinterfaceHttpResponseMethods in org.zalando.logbook with type parameters of type HttpMessage Modifier and Type Method Description static <T extends HttpMessage>
BodyReplacer<T>BodyReplacer. composite(BodyReplacer<T>... replacers)Methods in org.zalando.logbook that return HttpMessage Modifier and Type Method Description HttpMessageForwardingHttpMessage. delegate()Methods in org.zalando.logbook with parameters of type HttpMessage Modifier and Type Method Description default Optional<Object>StructuredHttpLogFormatter. prepareBody(HttpMessage message)default Optional<Map<String,List<String>>>StructuredHttpLogFormatter. prepareHeaders(HttpMessage message)
-