| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheProxyAddressStrategy
Works like the normal
IncomingRequestAddressStrategy unless there's an x-forwarded-host present, in which case that's used in place of the server's address. |
class |
HardcodedServerAddressStrategy
Server address strategy which simply returns a hardcoded URL
|
class |
IncomingRequestAddressStrategy
Determines the server's base using the incoming request
|
| Modifier and Type | Method and Description |
|---|---|
IServerAddressStrategy |
RestulfulServerConfiguration.getServerAddressStrategy()
Get the serverAddressStrategy
|
IServerAddressStrategy |
RestfulServer.getServerAddressStrategy()
Get the server address strategy, which is used to determine what base URL to provide clients to refer to this server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestulfulServerConfiguration.setServerAddressStrategy(IServerAddressStrategy serverAddressStrategy)
Set the serverAddressStrategy
|
void |
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.
|
Copyright © 2014–2016 University Health Network. All rights reserved.