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.
    • 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")