| Package | Description |
|---|---|
| com.linecorp.armeria.server |
Server core.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseException |
HttpResponseException.of(AggregatedHttpResponse aggregatedResponse)
Returns a new
HttpResponseException instance with the specified AggregatedHttpResponse. |
static HttpResponseException |
HttpResponseException.of(HttpResponse httpResponse)
Returns a new
HttpResponseException instance with the specified HttpResponse. |
static HttpResponseException |
HttpResponseException.of(HttpStatus httpStatus)
Returns a new
HttpResponseException instance with the specified HttpStatus. |
static HttpResponseException |
HttpResponseException.of(int statusCode)
Returns a new
HttpResponseException instance with the specified HTTP status code. |
Copyright © 2020 LeanCloud. All rights reserved.