| DefaultEurekaServerConfig |
A default implementation of eureka server configuration as required by
EurekaServerConfig.
|
| DefaultEurekaServerContext |
Represent the local server context and exposes getters to components of the
local server such as the registry.
|
| EurekaBootStrap |
The class that kick starts the eureka server.
|
| EurekaServerContextHolder |
A static holder for the server context for use in non-DI cases.
|
| EurekaServerIdentity |
This class holds metadata information related to eureka server auth with peer eureka servers
|
| GzipEncodingEnforcingFilter |
Originally Eureka supported non-compressed responses only.
|
| Names |
|
| RateLimitingFilter |
Rate limiting filter, with configurable threshold above which non-privileged clients
will be dropped.
|
| ServerRequestAuthFilter |
An auth filter for client requests.
|
| StatusFilter |
Filter to check whether the eureka server is ready to take requests based on
its InstanceInfo.InstanceStatus.
|
| V1AwareInstanceInfoConverter |
|