
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 TypeClassDescriptionclass
Works like the normalIncomingRequestAddressStrategy
unless there's an x-forwarded-host present, in which case that's used in place of the server's address.class
Server address strategy which simply returns a hardcoded URLclass
Determines 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 TypeMethodDescriptionvoid
RestfulServer.setServerAddressStrategy
(IServerAddressStrategy theServerAddressStrategy) Provide a server address strategy, which is used to determine what base URL to provide clients to refer to this server.void
RestfulServerConfiguration.setServerAddressStrategy
(IServerAddressStrategy serverAddressStrategy) Set the serverAddressStrategy