Serialized Form
-
Package com.linecorp.armeria.client
-
Exception com.linecorp.armeria.client.DnsTimeoutException
class DnsTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 4041962564598005058L
-
Exception com.linecorp.armeria.client.GoAwayReceivedException
class GoAwayReceivedException extends RuntimeException implements Serializable- serialVersionUID:
- -7167601309699030853L
-
Exception com.linecorp.armeria.client.InvalidHttpResponseException
class InvalidHttpResponseException extends InvalidResponseException implements Serializable- serialVersionUID:
- 3883287492432644897L
-
Serialized Fields
-
response
AggregatedHttpResponse response
-
-
Exception com.linecorp.armeria.client.InvalidResponseException
class InvalidResponseException extends RuntimeException implements Serializable- serialVersionUID:
- 7789160689214376205L
-
Exception com.linecorp.armeria.client.InvalidResponseHeadersException
class InvalidResponseHeadersException extends InvalidResponseException implements Serializable- serialVersionUID:
- -1349209911680323202L
-
Serialized Fields
-
headers
ResponseHeaders headers
-
-
Exception com.linecorp.armeria.client.RefusedStreamException
class RefusedStreamException extends RuntimeException implements Serializable- serialVersionUID:
- 4865362114731585884L
-
Exception com.linecorp.armeria.client.ResponseCancellationException
class ResponseCancellationException extends CancellationException implements Serializable- serialVersionUID:
- 758179602424047751L
-
Exception com.linecorp.armeria.client.ResponseTimeoutException
class ResponseTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 2556616197251937869L
-
Exception com.linecorp.armeria.client.SessionProtocolNegotiationException
class SessionProtocolNegotiationException extends RuntimeException implements Serializable- serialVersionUID:
- 5788454584691399858L
-
Serialized Fields
-
actual
@Nullable SessionProtocol actual
-
expected
SessionProtocol expected
-
-
Exception com.linecorp.armeria.client.UnprocessedRequestException
class UnprocessedRequestException extends RuntimeException implements Serializable- serialVersionUID:
- 4679512839715213302L
-
Exception com.linecorp.armeria.client.WriteTimeoutException
class WriteTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 2556616197251937869L
-
-
Package com.linecorp.armeria.client.circuitbreaker
-
Exception com.linecorp.armeria.client.circuitbreaker.FailFastException
class FailFastException extends RuntimeException implements Serializable- serialVersionUID:
- -946827349873835165L
-
Serialized Fields
-
circuitBreaker
CircuitBreaker circuitBreaker
-
-
-
Package com.linecorp.armeria.client.endpoint
-
Exception com.linecorp.armeria.client.endpoint.EmptyEndpointGroupException
class EmptyEndpointGroupException extends EndpointGroupException implements Serializable- serialVersionUID:
- 7595286618131200852L
-
Exception com.linecorp.armeria.client.endpoint.EndpointGroupException
class EndpointGroupException extends RuntimeException implements Serializable- serialVersionUID:
- -1027414271521488397L
-
Exception com.linecorp.armeria.client.endpoint.EndpointSelectionTimeoutException
class EndpointSelectionTimeoutException extends EndpointGroupException implements Serializable- serialVersionUID:
- -3079582212067997365L
-
-
Package com.linecorp.armeria.client.limit
-
Exception com.linecorp.armeria.client.limit.ConcurrencyLimitTimeoutException
class ConcurrencyLimitTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 8752054852017165156L
-
Exception com.linecorp.armeria.client.limit.TooManyPendingAcquisitionsException
class TooManyPendingAcquisitionsException extends RuntimeException implements Serializable- serialVersionUID:
- 4362262171142323323L
-
-
Package com.linecorp.armeria.client.redirect
-
Exception com.linecorp.armeria.client.redirect.CyclicRedirectsException
class CyclicRedirectsException extends RedirectsException implements Serializable- serialVersionUID:
- -2969770339558298361L
-
Exception com.linecorp.armeria.client.redirect.RedirectsException
class RedirectsException extends RuntimeException implements Serializable- serialVersionUID:
- -8627164422916652826L
-
Exception com.linecorp.armeria.client.redirect.TooManyRedirectsException
class TooManyRedirectsException extends RedirectsException implements Serializable- serialVersionUID:
- 3741211991690338730L
-
Exception com.linecorp.armeria.client.redirect.UnexpectedDomainRedirectException
class UnexpectedDomainRedirectException extends RedirectsException implements Serializable- serialVersionUID:
- 3127736510630287566L
-
Exception com.linecorp.armeria.client.redirect.UnexpectedProtocolRedirectException
class UnexpectedProtocolRedirectException extends RedirectsException implements Serializable- serialVersionUID:
- -3766002689876499315L
-
-
Package com.linecorp.armeria.common
-
Exception com.linecorp.armeria.common.CancellationException
class CancellationException extends RuntimeException implements Serializable- serialVersionUID:
- -5385580475651756095L
-
Exception com.linecorp.armeria.common.ClosedSessionException
class ClosedSessionException extends ClosedStreamException implements Serializable- serialVersionUID:
- -78487475521731580L
-
Exception com.linecorp.armeria.common.ContentTooLargeException
class ContentTooLargeException extends RuntimeException implements Serializable- serialVersionUID:
- 4901614315474105954L
-
Serialized Fields
-
contentLength
long contentLength
-
maxContentLength
long maxContentLength
-
neverSample
boolean neverSample
-
transferred
long transferred
-
-
Exception com.linecorp.armeria.common.NoHttpContentException
class NoHttpContentException extends RuntimeException implements Serializable- serialVersionUID:
- 8264452803561735504L
-
Exception com.linecorp.armeria.common.ProtocolViolationException
class ProtocolViolationException extends RuntimeException implements Serializable- serialVersionUID:
- 4674394621849790490L
-
Exception com.linecorp.armeria.common.TimeoutException
class TimeoutException extends CancellationException implements Serializable- serialVersionUID:
- 2887898788270995289L
-
-
Package com.linecorp.armeria.common.auth.oauth2
-
Class com.linecorp.armeria.common.auth.oauth2.GrantedOAuth2AccessToken
class GrantedOAuth2AccessToken extends Object implements Serializable- serialVersionUID:
- 8698118404098897958L
-
Serialized Fields
-
accessToken
String accessToken
"access_token" Access Token response field, REQUIRED. The access token issued by the authorization server. -
expiresIn
@Nullable Duration expiresIn
"expires_in" Access Token response field, RECOMMENDED. The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated. If omitted, the authorization server SHOULD provide the expiration time via other means or document the default value. -
extras
Map<String,
String> extras AMap
of extra system-specific token parameters included with Access Token response, OPTIONAL. -
issuedAt
Instant issuedAt
-
rawResponse
@Nullable String rawResponse
-
refreshToken
@Nullable String refreshToken
"refresh_token" Access Token response field, OPTIONAL. The refresh token, which can be used to obtain new access tokens using the same authorization grant as described at [RFC6749], Section 6. -
scope
@Nullable String scope
"scope" Access Token response field, OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED. The scope of the access token as described at [RFC6749], Section 3.3. A list of space-delimited, case-sensitive scope strings. The strings are defined by the authorization server. The authorization server MAY fully or partially ignore the scope requested by the client, based on the authorization server policy or the resource owner's instructions. If the issued access token scope is different from the one requested by the client, the authorization server MUST include the "scope" response parameter to inform the client of the actual scope granted. If the client omits the scope parameter when requesting authorization, the authorization server MUST either process the request using a pre-defined default value or fail the request indicating an invalid scope. -
scopeSet
Set<String> scopeSet
ASet
of case-sensitive scope strings. The strings are defined by the authorization server. -
tokenType
@Nullable String tokenType
"token_type" Access Token response field, REQUIRED. The type of the token issued as described at [RFC6749], Section 7.1, e.g. "bearer". Value is case insensitive.
-
-
Exception com.linecorp.armeria.common.auth.oauth2.InvalidClientException
class InvalidClientException extends TokenRequestException implements Serializable- serialVersionUID:
- -1894934023468438715L
-
Exception com.linecorp.armeria.common.auth.oauth2.InvalidGrantException
class InvalidGrantException extends TokenRequestException implements Serializable- serialVersionUID:
- -7174852945693093094L
-
Exception com.linecorp.armeria.common.auth.oauth2.InvalidRequestException
class InvalidRequestException extends TokenRequestException implements Serializable- serialVersionUID:
- 8692669863107398097L
-
Exception com.linecorp.armeria.common.auth.oauth2.InvalidResponseException
class InvalidResponseException extends RuntimeException implements Serializable- serialVersionUID:
- -6985569386139579552L
-
Serialized Fields
-
status
String status
-
-
Exception com.linecorp.armeria.common.auth.oauth2.InvalidScopeException
class InvalidScopeException extends TokenRequestException implements Serializable- serialVersionUID:
- 6364081426172863719L
-
Class com.linecorp.armeria.common.auth.oauth2.OAuth2TokenDescriptor
class OAuth2TokenDescriptor extends Object implements Serializable- serialVersionUID:
- -3976877781134216467L
-
Serialized Fields
-
active
boolean active
"active" Token Introspection Response field, REQUIRED. Boolean indicator of whether or not the presented token is currently active. The specifics of a token's "active" state will vary depending on the implementation of the authorization server and the information it keeps about its tokens, but a "true" value return for the "active" property will generally indicate that a given token has been issued by this authorization server, has not been revoked by the resource owner, and is within its given time window of validity (e.g., after its issuance time and before its expiration time). -
audience
@Nullable String audience
"aud" Token Introspection Response field, OPTIONAL. Service-specific string identifier or list of string identifiers representing the intended audience for this token, as defined at [RFC7519]. -
clientId
@Nullable String clientId
"client_id" Token Introspection Response field, OPTIONAL. Client identifier for the OAuth 2.0 client that requested this token. -
expiresAt
@Nullable Instant expiresAt
"exp" Token Introspection Response field, OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token will expire, as defined at [RFC7519]. -
extras
Map<String,
String> extras AMap
of extra system-specific token parameters included with Token Introspection Response, OPTIONAL. -
issuedAt
@Nullable Instant issuedAt
"iat" Token Introspection Response field, OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token was originally issued, as defined at [RFC7519]. -
issuer
@Nullable String issuer
"iss" Token Introspection Response field, OPTIONAL. String representing the issuer of this token, as defined at [RFC7519]. -
jwtId
@Nullable String jwtId
"jti" Token Introspection Response field, OPTIONAL. String identifier for the token - JWT ID, as defined at [RFC7519]. -
notBefore
@Nullable Instant notBefore
"nbf" Token Introspection Response field, OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token is not to be used before, as defined at [RFC7519]. -
rawResponse
@Nullable String rawResponse
-
scope
@Nullable String scope
"scope" Token Introspection Response field, OPTIONAL. A JSON string containing a space-separated list of scopes associated with this token, in the format described at [RFC6749], Section 3.3. -
scopeSet
Set<String> scopeSet
ASet
of case-sensitive scope strings. The strings are defined by the authorization server. -
subject
@Nullable String subject
"sub" Token Introspection Response field, OPTIONAL. Subject of the token. Usually a machine-readable identifier of the resource owner who authorized this token. As defined at [RFC7519]. -
tokenType
@Nullable String tokenType
"token_type" Token Introspection Response field, OPTIONAL. Type of the token as defined at [RFC6749], Section 7.1. -
userName
@Nullable String userName
"username" Token Introspection Response field, OPTIONAL. Human-readable identifier for the resource owner who authorized this token.
-
-
Exception com.linecorp.armeria.common.auth.oauth2.TokenRequestException
class TokenRequestException extends RuntimeException implements Serializable- serialVersionUID:
- 3324433572773111913L
-
Exception com.linecorp.armeria.common.auth.oauth2.UnauthorizedClientException
class UnauthorizedClientException extends TokenRequestException implements Serializable- serialVersionUID:
- 6699243770883393173L
-
Exception com.linecorp.armeria.common.auth.oauth2.UnsupportedGrantTypeException
class UnsupportedGrantTypeException extends TokenRequestException implements Serializable- serialVersionUID:
- 4839477285662565241L
-
Exception com.linecorp.armeria.common.auth.oauth2.UnsupportedMediaTypeException
class UnsupportedMediaTypeException extends InvalidResponseException implements Serializable- serialVersionUID:
- 5350546517834409748L
-
Serialized Fields
-
mediaType
String mediaType
-
-
Exception com.linecorp.armeria.common.auth.oauth2.UnsupportedResponseException
class UnsupportedResponseException extends InvalidResponseException implements Serializable- serialVersionUID:
- 4982498806675787821L
-
Exception com.linecorp.armeria.common.auth.oauth2.UnsupportedTokenTypeException
class UnsupportedTokenTypeException extends TokenRequestException implements Serializable- serialVersionUID:
- 4119934709921411913L
-
-
Package com.linecorp.armeria.common.grpc
-
Class com.linecorp.armeria.common.grpc.StackTraceElementProto
class StackTraceElementProto extends GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Exception com.linecorp.armeria.common.grpc.StatusCauseException
class StatusCauseException extends RuntimeException implements Serializable- serialVersionUID:
- -1792808536714102039L
-
Class com.linecorp.armeria.common.grpc.ThrowableProto
class ThrowableProto extends GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cause_
ThrowableProto cause_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
originalClassName_
Object originalClassName_
-
originalMessage_
Object originalMessage_
-
stackTrace_
List<StackTraceElementProto> stackTrace_
-
-
-
Package com.linecorp.armeria.common.grpc.protocol
-
Exception com.linecorp.armeria.common.grpc.protocol.ArmeriaStatusException
class ArmeriaStatusException extends RuntimeException implements Serializable- serialVersionUID:
- -8370257107063108923L
-
Serialized Fields
-
code
int code
-
-
-
Package com.linecorp.armeria.common.logging
-
Exception com.linecorp.armeria.common.logging.RequestLogAvailabilityException
class RequestLogAvailabilityException extends RuntimeException implements Serializable- serialVersionUID:
- 565184697223252595L
-
-
Package com.linecorp.armeria.common.multipart
-
Exception com.linecorp.armeria.common.multipart.MimeParsingException
class MimeParsingException extends RuntimeException implements Serializable- serialVersionUID:
- 5242709471451591960L
-
-
Package com.linecorp.armeria.common.stream
-
Exception com.linecorp.armeria.common.stream.AbortedStreamException
class AbortedStreamException extends RuntimeException implements Serializable- serialVersionUID:
- -5271590540551141199L
-
Exception com.linecorp.armeria.common.stream.CancelledSubscriptionException
class CancelledSubscriptionException extends RuntimeException implements Serializable- serialVersionUID:
- -7815958463104921571L
-
Exception com.linecorp.armeria.common.stream.ClosedStreamException
class ClosedStreamException extends RuntimeException implements Serializable- serialVersionUID:
- -7665826869012452735L
-
-
Package com.linecorp.armeria.common.thrift.text
-
Class com.linecorp.armeria.common.thrift.text.TTextProtocolFactory
class TTextProtocolFactory extends Object implements Serializable- serialVersionUID:
- -7323272088544581160L
-
Serialized Fields
-
useNamedEnums
boolean useNamedEnums
-
-
-
Package com.linecorp.armeria.common.util
-
Exception com.linecorp.armeria.common.util.CompositeException
class CompositeException extends RuntimeException implements Serializable- serialVersionUID:
- 3026362227162912146L
-
Class com.linecorp.armeria.common.util.LruMap
- serialVersionUID:
- 5358379908010214089L
-
Serialized Fields
-
maxEntries
int maxEntries
-
-
-
Package com.linecorp.armeria.server
-
Exception com.linecorp.armeria.server.HttpResponseException
class HttpResponseException extends RuntimeException implements Serializable- serialVersionUID:
- 3487991462085151316L
-
Serialized Fields
-
httpResponse
HttpResponse httpResponse
-
-
Exception com.linecorp.armeria.server.HttpStatusException
class HttpStatusException extends RuntimeException implements Serializable- serialVersionUID:
- 3341744805097308847L
-
Serialized Fields
-
httpStatus
HttpStatus httpStatus
-
-
Exception com.linecorp.armeria.server.RequestCancellationException
class RequestCancellationException extends CancellationException implements Serializable- serialVersionUID:
- -8891853443874862294L
-
Exception com.linecorp.armeria.server.RequestTimeoutException
class RequestTimeoutException extends TimeoutException implements Serializable- serialVersionUID:
- 2556616197251937869L
-
-
Package com.linecorp.armeria.server.annotation
-
Exception com.linecorp.armeria.server.annotation.FallthroughException
class FallthroughException extends RuntimeException implements Serializable- serialVersionUID:
- 3856883467407862925L
-
-
Package com.linecorp.armeria.server.saml
-
Exception com.linecorp.armeria.server.saml.InvalidSamlRequestException
class InvalidSamlRequestException extends SamlException implements Serializable- serialVersionUID:
- -8253266781662471590L
-
Exception com.linecorp.armeria.server.saml.SamlException
class SamlException extends RuntimeException implements Serializable- serialVersionUID:
- -6694912876733624005L
-
-
Package com.linecorp.armeria.server.tomcat
-
Exception com.linecorp.armeria.server.tomcat.TomcatServiceException
class TomcatServiceException extends RuntimeException implements Serializable- serialVersionUID:
- 8325593145475621692L
-