Package org.apache.synapse.transport.http.access
package org.apache.synapse.transport.http.access
-
ClassDescriptionThe class to handle the HTTP Access Logs, patterns and the major functionality.write the Accept Character Set Element - %Swrite the Accept Element - %Cwrite the Accept Encoding Element - %ewrite the Accept Language Element - %LAccessLogElement writes the partial message into the buffer.write bytes sent, excluding HTTP headers - %b, %Bwrite the Connection Element - %xwrite the Content Encoding Element - %nwrite the Content Type Element - %Twrite a specific cookie - %{xxx}cwrite incoming headers - %{xxx}iwrite remote host name - %hwrite HTTP status code of the response - %swrite the Keep Alive Element - %kwrite local IP address - %Awrite local server name - %vwrite remote logical username from identd (always returns '-') - %lwrite request method (GET, POST, etc.) - %mwrite the referer - %fwrite an attribute in the ServletRequest - %{xxx}r %Rwrite first line of the request (method and request URI) - %rwrite requested URL path - %Uwrite a specific response header - %{xxx}owrite the Server Element - %Zwrite any stringwrite the Transfer Encoding Element - %Ewrite the user agent - %awrite remote user that was authenticated (if any), else '-' - %uwrite the Vary Element - %VCopyright (c) 2015, WSO2 Inc.Constants used in the Access ClassHandles the Access, providing an Access object.Class that logs the Http Accesses to the access log files.Utility methods related to the Access Time