| Package | Description |
|---|---|
| com.linecorp.armeria.server |
Server core.
|
| com.linecorp.armeria.server.healthcheck |
HTTP health check service for load balancers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransientHttpService
An
HttpService that handles transient requests, for example, health check requests. |
interface |
TransientRpcService
An
RpcService that handles transient requests, for example, health check requests. |
| Modifier and Type | Class and Description |
|---|---|
class |
HealthCheckService
An
HttpService that responds with HTTP status "200 OK" if the server is healthy and can
accept requests and HTTP status "503 Service Not Available" if the server is unhealthy and cannot
accept requests. |
class |
HttpHealthCheckService
Deprecated.
Use
HealthCheckService. |
class |
ManagedHttpHealthCheckService
Deprecated.
Use
HealthCheckService. |
Copyright © 2020 LeanCloud. All rights reserved.