Package ca.uhn.fhir.rest.server
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 TypeMethodDescriptiondetermineServerBase(javax.servlet.ServletContext theServletContext, javax.servlet.http.HttpServletRequest theRequest) Determine the server base for a given request
-
Method Details
-
determineServerBase
String determineServerBase(javax.servlet.ServletContext theServletContext, javax.servlet.http.HttpServletRequest theRequest) Determine the server base for a given request
-