
Uses of Interface
ca.uhn.fhir.rest.server.IServerAddressStrategy
Packages that use IServerAddressStrategy
-
Uses of IServerAddressStrategy in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IServerAddressStrategyModifier and TypeClassDescriptionclassWorks like the normalIncomingRequestAddressStrategyunless there's an x-forwarded-host present, in which case that's used in place of the server's address.classServer address strategy which simply returns a hardcoded URLclassDetermines the server's base using the incoming requestMethods in ca.uhn.fhir.rest.server that return IServerAddressStrategyModifier and TypeMethodDescriptionRestfulServer.getServerAddressStrategy()Get the server address strategy, which is used to determine what base URL to provide clients to refer to this server.RestfulServerConfiguration.getServerAddressStrategy()Get the serverAddressStrategyMethods in ca.uhn.fhir.rest.server with parameters of type IServerAddressStrategyModifier and TypeMethodDescriptionvoidRestfulServer.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