Class AbstractAccessLogValve.RemoteAddrElement

    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteAddrElement()
      Creates a new remote address element using remote address type.
      RemoteAddrElement​(java.lang.String type)
      Creates a new remote address element with the specified type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addElement​(java.io.CharArrayWriter buf, java.util.Date date, Request request, Response response, long time)  
      void cache​(Request request)
      Cache the value for the specified request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteAddrElement

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

        public RemoteAddrElement​(java.lang.String type)
        Creates a new remote address element with the specified type.
        Parameters:
        type - The address type ("remote" or "peer")