Uses of Class
com.yahoo.container.logging.RequestLogEntry.Builder
Packages that use RequestLogEntry.Builder
-
Uses of RequestLogEntry.Builder in com.yahoo.container.logging
Methods in com.yahoo.container.logging that return RequestLogEntry.BuilderModifier and TypeMethodDescriptionRequestLogEntry.Builder.addExtraAttribute(String key, String value) RequestLogEntry.Builder.addExtraAttributes(String key, Collection<String> values) RequestLogEntry.Builder.connectionId(String connectionId) RequestLogEntry.Builder.content(AccessLogEntry.Content content) RequestLogEntry.Builder.hostString(String hostString) RequestLogEntry.Builder.httpMethod(String httpMethod) RequestLogEntry.Builder.httpVersion(String httpVersion) RequestLogEntry.Builder.localPort(int localPort) RequestLogEntry.Builder.peerAddress(String peerAddress) RequestLogEntry.Builder.peerPort(int peerPort) RequestLogEntry.Builder.remoteAddress(String remoteAddress) RequestLogEntry.Builder.remotePort(int remotePort) RequestLogEntry.Builder.requestSize(long contentSize) RequestLogEntry.Builder.responseSize(long contentSize) RequestLogEntry.Builder.sslPrincipal(Principal sslPrincipal) RequestLogEntry.Builder.statusCode(int statusCode) RequestLogEntry.Builder.traceNode(com.yahoo.yolean.trace.TraceNode traceNode) RequestLogEntry.Builder.userPrincipal(Principal userPrincipal)