Class AbstractAccessLogValve.RemoteAddrElement

java.lang.Object
org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
All Implemented Interfaces:
AbstractAccessLogValve.AccessLogElement, AbstractAccessLogValve.CachedElement
Enclosing class:
AbstractAccessLogValve

protected class AbstractAccessLogValve.RemoteAddrElement extends Object implements AbstractAccessLogValve.AccessLogElement, AbstractAccessLogValve.CachedElement
Write remote IP address - %a.
  • Constructor Details

    • RemoteAddrElement

      public RemoteAddrElement()
      Creates a new remote address element using remote address type.
    • RemoteAddrElement

      public RemoteAddrElement(String type)
      Creates a new remote address element with the specified type.
      Parameters:
      type - The address type ("remote" or "peer")
  • Method Details