Uses of Interface
ca.uhn.fhir.rest.server.IServerAddressStrategy
-
Packages that use IServerAddressStrategy Package Description ca.uhn.fhir.rest.server -
-
Uses of IServerAddressStrategy in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IServerAddressStrategy Modifier and Type Class Description classApacheProxyAddressStrategyWorks like the normalIncomingRequestAddressStrategyunless there's an x-forwarded-host present, in which case that's used in place of the server's address.classHardcodedServerAddressStrategyServer address strategy which simply returns a hardcoded URLclassIncomingRequestAddressStrategyDetermines the server's base using the incoming requestMethods in ca.uhn.fhir.rest.server that return IServerAddressStrategy Modifier and Type Method Description IServerAddressStrategyRestfulServer. getServerAddressStrategy()Get the server address strategy, which is used to determine what base URL to provide clients to refer to this server.IServerAddressStrategyRestfulServerConfiguration. getServerAddressStrategy()Get the serverAddressStrategyMethods in ca.uhn.fhir.rest.server with parameters of type IServerAddressStrategy Modifier and Type Method Description voidRestfulServer. setServerAddressStrategy(IServerAddressStrategy theServerAddressStrategy)Provide a server address strategy, which is used to determine what base URL to provide clients to refer to this server.voidRestfulServerConfiguration. setServerAddressStrategy(IServerAddressStrategy serverAddressStrategy)Set the serverAddressStrategy
-