Interface IServerAddressStrategy

All Known Implementing Classes:
ApacheProxyAddressStrategy, HardcodedServerAddressStrategy, IncomingRequestAddressStrategy

public interface IServerAddressStrategy
Provides the server base for a given incoming request. This can be used to account for multi-homed servers or other unusual network configurations.
  • Method Summary

    Modifier and Type
    Method
    Description
    determineServerBase(jakarta.servlet.ServletContext theServletContext, jakarta.servlet.http.HttpServletRequest theRequest)
    Determine the server base for a given request
  • Method Details

    • determineServerBase

      String determineServerBase(jakarta.servlet.ServletContext theServletContext, jakarta.servlet.http.HttpServletRequest theRequest)
      Determine the server base for a given request