Uses of Interface
org.glassfish.grizzly.http.server.accesslog.AccessLogFormat
Packages that use AccessLogFormat
-
Uses of AccessLogFormat in org.glassfish.grizzly.http.server.accesslog
Classes in org.glassfish.grizzly.http.server.accesslog that implement AccessLogFormatModifier and TypeClassDescriptionclassAnAccessLogFormatusing a standard vaguely similar and heavily influenced by Apache's own custom access log formats.Methods in org.glassfish.grizzly.http.server.accesslog with parameters of type AccessLogFormatModifier and TypeMethodDescriptionAccessLogBuilder.format(AccessLogFormat format) Set theAccessLogFormatinstance that will be used by the access logs configured by this instance.Constructors in org.glassfish.grizzly.http.server.accesslog with parameters of type AccessLogFormatModifierConstructorDescriptionAccessLogProbe(AccessLogAppender appender, AccessLogFormat format) Create a newAccessLogProbeformatting data with the specified format and appending it to the specified appender.AccessLogProbe(AccessLogAppender appender, AccessLogFormat format, int statusThreshold) Create a newAccessLogProbeformatting data with the specified format and appending it to the specified appender.