Skip navigation links
B C D E F G H I L M N O P Q R S V W 

B

BodyFilter - Interface in org.zalando.logbook
 
BodyReplacer<T extends HttpMessage> - Interface in org.zalando.logbook
 
builder() - Static method in interface org.zalando.logbook.Logbook
 
Builder() - Constructor for class org.zalando.logbook.LogbookCreator.Builder
 

C

composite(BodyReplacer<T>...) - Static method in interface org.zalando.logbook.BodyReplacer
 
correlate() - Method in interface org.zalando.logbook.Correlation
 
correlate() - Method in interface org.zalando.logbook.Precorrelation
 
Correlation - Interface in org.zalando.logbook
 
CorrelationId - Interface in org.zalando.logbook
 
create() - Static method in interface org.zalando.logbook.Logbook
 

D

delegate() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
delegate() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
delegate() - Method in interface org.zalando.logbook.ForwardingHttpResponse
 

E

empty() - Static method in class org.zalando.logbook.Headers
 

F

filter(String, String) - Method in interface org.zalando.logbook.BodyFilter
 
filter(Map<String, List<String>>) - Method in interface org.zalando.logbook.HeaderFilter
 
filter(String) - Method in interface org.zalando.logbook.PathFilter
 
filter(String) - Method in interface org.zalando.logbook.QueryFilter
 
filter(HttpRequest) - Method in interface org.zalando.logbook.RequestFilter
 
filter(HttpResponse) - Method in interface org.zalando.logbook.ResponseFilter
 
format(Precorrelation, HttpRequest) - Method in interface org.zalando.logbook.HttpLogFormatter
 
format(Correlation, HttpResponse) - Method in interface org.zalando.logbook.HttpLogFormatter
 
format(Precorrelation, HttpRequest) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
 
format(Correlation, HttpResponse) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
 
format(Map<String, Object>) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
Renders properties of an HTTP message into a JSON string.
ForwardingHttpMessage - Interface in org.zalando.logbook
 
ForwardingHttpRequest - Interface in org.zalando.logbook
 
ForwardingHttpResponse - Interface in org.zalando.logbook
 

G

generate(HttpRequest) - Method in interface org.zalando.logbook.CorrelationId
 
getBody() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getBody() - Method in interface org.zalando.logbook.HttpMessage
 
getBodyAsString() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getBodyAsString() - Method in interface org.zalando.logbook.HttpMessage
 
getCharset() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getCharset() - Method in interface org.zalando.logbook.HttpMessage
 
getContentType() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getContentType() - Method in interface org.zalando.logbook.HttpMessage
 
getDuration() - Method in interface org.zalando.logbook.Correlation
 
getEnd() - Method in interface org.zalando.logbook.Correlation
 
getHeaders() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getHeaders() - Method in interface org.zalando.logbook.HttpMessage
 
getHost() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getHost() - Method in interface org.zalando.logbook.HttpRequest
 
getId() - Method in interface org.zalando.logbook.Precorrelation
 
getMethod() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getMethod() - Method in interface org.zalando.logbook.HttpRequest
 
getOrigin() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getOrigin() - Method in interface org.zalando.logbook.HttpMessage
 
getPath() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getPath() - Method in interface org.zalando.logbook.HttpRequest
 
getPort() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getPort() - Method in interface org.zalando.logbook.HttpRequest
 
getProtocolVersion() - Method in interface org.zalando.logbook.ForwardingHttpMessage
 
getProtocolVersion() - Method in interface org.zalando.logbook.HttpMessage
 
getQuery() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getQuery() - Method in interface org.zalando.logbook.HttpRequest
 
getReasonPhrase() - Method in interface org.zalando.logbook.ForwardingHttpResponse
 
getReasonPhrase() - Method in interface org.zalando.logbook.HttpResponse
 
getRemote() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getRemote() - Method in interface org.zalando.logbook.HttpRequest
 
getRequestUri() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getRequestUri() - Method in interface org.zalando.logbook.HttpRequest
Absolute Request URI including scheme, host, port (unless http/80 or https/443), path and query string.
getScheme() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
getScheme() - Method in interface org.zalando.logbook.HttpRequest
 
getStart() - Method in interface org.zalando.logbook.Precorrelation
 
getStatus() - Method in interface org.zalando.logbook.ForwardingHttpResponse
 
getStatus() - Method in interface org.zalando.logbook.HttpResponse
 

H

HeaderFilter - Interface in org.zalando.logbook
 
Headers - Class in org.zalando.logbook
 
HttpLogFormatter - Interface in org.zalando.logbook
 
HttpLogWriter - Interface in org.zalando.logbook
 
HttpMessage - Interface in org.zalando.logbook
 
HttpRequest - Interface in org.zalando.logbook
 
HttpResponse - Interface in org.zalando.logbook
 

I

immutableCopy(Map<String, List<String>>) - Static method in class org.zalando.logbook.Headers
 
isActive() - Method in interface org.zalando.logbook.HttpLogWriter
 
isActive() - Method in interface org.zalando.logbook.Sink
 

L

Logbook - Interface in org.zalando.logbook
 
Logbook.RequestWritingStage - Interface in org.zalando.logbook
 
Logbook.ResponseProcessingStage - Interface in org.zalando.logbook
 
Logbook.ResponseWritingStage - Interface in org.zalando.logbook
 
LogbookCreator - Class in org.zalando.logbook
 
LogbookCreator.Builder - Class in org.zalando.logbook
 

M

merge(BodyFilter, BodyFilter) - Static method in interface org.zalando.logbook.BodyFilter
 
merge(HeaderFilter, HeaderFilter) - Static method in interface org.zalando.logbook.HeaderFilter
 
merge(PathFilter, PathFilter) - Static method in interface org.zalando.logbook.PathFilter
 
merge(QueryFilter, QueryFilter) - Static method in interface org.zalando.logbook.QueryFilter
 
merge(RequestFilter, RequestFilter) - Static method in interface org.zalando.logbook.RequestFilter
 
merge(ResponseFilter, ResponseFilter) - Static method in interface org.zalando.logbook.ResponseFilter
 

N

none() - Static method in interface org.zalando.logbook.BodyFilter
 
none() - Static method in interface org.zalando.logbook.HeaderFilter
 
none() - Static method in interface org.zalando.logbook.PathFilter
 
none() - Static method in interface org.zalando.logbook.QueryFilter
 
none() - Static method in interface org.zalando.logbook.RequestFilter
 
none() - Static method in interface org.zalando.logbook.ResponseFilter
 

O

org.zalando.logbook - package org.zalando.logbook
 
Origin - Enum in org.zalando.logbook
 

P

PathFilter - Interface in org.zalando.logbook
 
Precorrelation - Interface in org.zalando.logbook
 
prepare(Precorrelation, HttpRequest) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
Produces a map of individual properties from an HTTP request.
prepare(Correlation, HttpResponse) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
Produces a map of individual properties from an HTTP response.
prepareBody(HttpMessage) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
 
prepareHeaders(HttpMessage) - Method in interface org.zalando.logbook.StructuredHttpLogFormatter
 
process(HttpRequest) - Method in interface org.zalando.logbook.Logbook
 
process(HttpRequest, Strategy) - Method in interface org.zalando.logbook.Logbook
 
process(HttpResponse) - Method in interface org.zalando.logbook.Logbook.ResponseProcessingStage
 
process(HttpRequest) - Method in interface org.zalando.logbook.Strategy
This method is being called right before the request body is being buffered.
process(HttpRequest, HttpResponse) - Method in interface org.zalando.logbook.Strategy
This method is being called right before the response body is being buffered.

Q

QueryFilter - Interface in org.zalando.logbook
 

R

replace(T) - Method in interface org.zalando.logbook.BodyReplacer
 
RequestFilter - Interface in org.zalando.logbook
 
ResponseFilter - Interface in org.zalando.logbook
 

S

Sink - Interface in org.zalando.logbook
 
Strategy - Interface in org.zalando.logbook
A strategy is glue between Logbook integrations and the Sink.
StructuredHttpLogFormatter - Interface in org.zalando.logbook
 

V

valueOf(String) - Static method in enum org.zalando.logbook.Origin
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zalando.logbook.Origin
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBody() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
withBody() - Method in interface org.zalando.logbook.ForwardingHttpResponse
 
withBody() - Method in interface org.zalando.logbook.HttpRequest
 
withBody() - Method in interface org.zalando.logbook.HttpResponse
 
withoutBody() - Method in interface org.zalando.logbook.ForwardingHttpRequest
 
withoutBody() - Method in interface org.zalando.logbook.ForwardingHttpResponse
 
withoutBody() - Method in interface org.zalando.logbook.HttpRequest
 
withoutBody() - Method in interface org.zalando.logbook.HttpResponse
 
write(Precorrelation, String) - Method in interface org.zalando.logbook.HttpLogWriter
 
write(Correlation, String) - Method in interface org.zalando.logbook.HttpLogWriter
 
write() - Method in interface org.zalando.logbook.Logbook.RequestWritingStage
 
write() - Method in interface org.zalando.logbook.Logbook.ResponseWritingStage
 
write(Precorrelation, HttpRequest) - Method in interface org.zalando.logbook.Sink
 
write(Correlation, HttpRequest, HttpResponse) - Method in interface org.zalando.logbook.Sink
 
write(Precorrelation, HttpRequest, Sink) - Method in interface org.zalando.logbook.Strategy
This method is being called right after the response body was buffered.
write(Correlation, HttpRequest, HttpResponse, Sink) - Method in interface org.zalando.logbook.Strategy
This method is being called right after the response body was buffered.
writeBoth(Correlation, HttpRequest, HttpResponse) - Method in interface org.zalando.logbook.Sink
 
B C D E F G H I L M N O P Q R S V W 
Skip navigation links

Copyright © 2015–2020 Zalando SE. All rights reserved.