Package 

Enum LogbackAccessLocalPortStrategy

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SERVER

      Returns the port number to which the request was sent. Equivalent to ServletRequest.getServerPort when using a servlet web server. Helps to identify the destination port number used by the client when forward headers are enabled.

      LOCAL

      Returns the port number of the interface on which the request was received. Equivalent to ServletRequest.getLocalPort when using a servlet web server.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait