Uses of Class
com.yahoo.container.logging.AccessLogEntry
Packages that use AccessLogEntry
Package
Description
-
Uses of AccessLogEntry in com.yahoo.container.jdisc
Methods in com.yahoo.container.jdisc that return types with arguments of type AccessLogEntryMethods in com.yahoo.container.jdisc with parameters of type AccessLogEntryModifier and TypeMethodDescriptionvoidHttpResponse.populateAccessLogEntry(AccessLogEntry accessLogEntry) Override this method to add information from the response to the access log. -
Uses of AccessLogEntry in com.yahoo.jdisc.http.filter.util
Methods in com.yahoo.jdisc.http.filter.util with parameters of type AccessLogEntryModifier and TypeMethodDescriptionFilterTestUtils.RequestBuilder.withAccessLogEntry(AccessLogEntry entry) -
Uses of AccessLogEntry in com.yahoo.jdisc.http.server.jetty
Methods in com.yahoo.jdisc.http.server.jetty that return types with arguments of type AccessLogEntryModifier and TypeMethodDescriptionstatic Optional<AccessLogEntry>AccessLoggingRequestHandler.getAccessLogEntry(HttpRequest jdiscRequest) static Optional<AccessLogEntry>AccessLoggingRequestHandler.getAccessLogEntry(Map<String, Object> requestContextMap) Constructors in com.yahoo.jdisc.http.server.jetty with parameters of type AccessLogEntryModifierConstructorDescriptionAccessLoggingRequestHandler(org.eclipse.jetty.server.Request jettyRequest, com.yahoo.jdisc.handler.RequestHandler delegateRequestHandler, AccessLogEntry accessLogEntry)