Uses of Interface
org.apache.synapse.transport.http.access.Access.AccessLogElement
Packages that use Access.AccessLogElement
-
Uses of Access.AccessLogElement in org.apache.synapse.transport.http.access
Classes in org.apache.synapse.transport.http.access that implement Access.AccessLogElementModifier and TypeClassDescriptionprotected static classwrite the Accept Character Set Element - %Sprotected static classwrite the Accept Element - %Cprotected static classwrite the Accept Encoding Element - %eprotected static classwrite the Accept Language Element - %Lprotected static classwrite bytes sent, excluding HTTP headers - %b, %Bprotected static classwrite the Connection Element - %xprotected static classwrite the Content Encoding Element - %nprotected static classwrite the Content Type Element - %Tprotected static classwrite a specific cookie - %{xxx}cprotected classwrite date and time, in Common Log Format - %tprotected static classwrite incoming headers - %{xxx}iprotected static classwrite remote host name - %hprotected static classwrite HTTP status code of the response - %sprotected static classwrite the Keep Alive Element - %kprotected static classwrite local IP address - %Aprotected static classwrite local server name - %vprotected static classwrite remote logical username from identd (always returns '-') - %lprotected static classwrite request method (GET, POST, etc.) - %mprotected static classwrite the referer - %fprotected static classwrite an attribute in the ServletRequest - %{xxx}r %Rprotected static classwrite first line of the request (method and request URI) - %rprotected static classwrite requested URL path - %Uprotected static classwrite a specific response header - %{xxx}oprotected static classwrite the Server Element - %Zprotected static classwrite any stringprotected static classwrite the Transfer Encoding Element - %Eprotected static classwrite the user agent - %aprotected static classwrite remote user that was authenticated (if any), else '-' - %uprotected static classwrite the Vary Element - %VFields in org.apache.synapse.transport.http.access declared as Access.AccessLogElementModifier and TypeFieldDescriptionprotected Access.AccessLogElement[]Access.logElementsArray of AccessLogElement, they will be used to make log message.Methods in org.apache.synapse.transport.http.access that return Access.AccessLogElementModifier and TypeMethodDescriptionprotected Access.AccessLogElement[]Access.createLogElements()parse pattern string and create the array of AccessLogElement