Class AbstractAccessLogValve.PortElement

    • Constructor Summary

      Constructors 
      Constructor Description
      PortElement()
      Creates a new port element using local port type.
      PortElement​(java.lang.String type)
      Creates a new port 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

      • PortElement

        public PortElement()
        Creates a new port element using local port type.
      • PortElement

        public PortElement​(java.lang.String type)
        Creates a new port element with the specified type.
        Parameters:
        type - The port type ("local" or "remote")