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