Dependencies
Declarations
-
jakarta
-
ws
-
rs
-
ApplicationPath
-
BadRequestException
-
serialVersionUID: long
-
BadRequestException(): void
-
BadRequestException(String): void
-
BadRequestException(Response): void
-
BadRequestException(String, Response): void
-
BadRequestException(Throwable): void
-
BadRequestException(String, Throwable): void
-
BadRequestException(Response, Throwable): void
-
BadRequestException(String, Response, Throwable): void
-
-
BeanParam
-
ClientErrorException
-
serialVersionUID: long
-
ClientErrorException(Status): void
-
ClientErrorException(String, Status): void
-
ClientErrorException(int): void
-
ClientErrorException(String, int): void
-
ClientErrorException(Response): void
-
ClientErrorException(String, Response): void
-
ClientErrorException(Status, Throwable): void
-
ClientErrorException(String, Status, Throwable): void
-
ClientErrorException(int, Throwable): void
-
ClientErrorException(String, int, Throwable): void
-
ClientErrorException(Response, Throwable): void
-
ClientErrorException(String, Response, Throwable): void
-
-
ConstrainedTo
-
Consumes
-
CookieParam
-
DELETE
-
DefaultValue
-
Encoded
-
ForbiddenException
-
serialVersionUID: long
-
ForbiddenException(): void
-
ForbiddenException(String): void
-
ForbiddenException(Response): void
-
ForbiddenException(String, Response): void
-
ForbiddenException(Throwable): void
-
ForbiddenException(String, Throwable): void
-
ForbiddenException(Response, Throwable): void
-
ForbiddenException(String, Response, Throwable): void
-
-
FormParam
-
GET
-
HEAD
-
HeaderParam
-
HttpMethod
-
InternalServerErrorException
-
serialVersionUID: long
-
InternalServerErrorException(): void
-
InternalServerErrorException(String): void
-
InternalServerErrorException(Response): void
-
InternalServerErrorException(String, Response): void
-
InternalServerErrorException(Throwable): void
-
InternalServerErrorException(String, Throwable): void
-
InternalServerErrorException(Response, Throwable): void
-
InternalServerErrorException(String, Response, Throwable): void
-
-
MatrixParam
-
NameBinding
-
NotAcceptableException
-
serialVersionUID: long
-
NotAcceptableException(): void
-
NotAcceptableException(String): void
-
NotAcceptableException(Response): void
-
NotAcceptableException(String, Response): void
-
NotAcceptableException(Throwable): void
-
NotAcceptableException(String, Throwable): void
-
NotAcceptableException(Response, Throwable): void
-
NotAcceptableException(String, Response, Throwable): void
-
-
NotAllowedException
-
serialVersionUID: long
-
NotAllowedException(String, String[]): void
-
NotAllowedException(String, String, String[]): void
-
createNotAllowedResponse(String, String[]): Response
-
NotAllowedException(Response): void
-
NotAllowedException(String, Response): void
-
NotAllowedException(Throwable, String[]): void
-
NotAllowedException(String, Throwable, String[]): void
-
NotAllowedException(Response, Throwable): void
-
NotAllowedException(String, Response, Throwable): void
-
validateAllow(Response): Response
-
-
NotAuthorizedException
-
serialVersionUID: long
-
challenges: List<Object>
-
NotAuthorizedException(Object, Object[]): void
-
NotAuthorizedException(String, Object, Object[]): void
-
NotAuthorizedException(Response): void
-
NotAuthorizedException(String, Response): void
-
NotAuthorizedException(Throwable, Object, Object[]): void
-
NotAuthorizedException(String, Throwable, Object, Object[]): void
-
NotAuthorizedException(Response, Throwable): void
-
NotAuthorizedException(String, Response, Throwable): void
-
getChallenges(): List<Object>
-
createUnauthorizedResponse(Object, Object[]): Response
-
cacheChallenges(Object, Object[]): List<Object>
-
-
NotFoundException
-
serialVersionUID: long
-
NotFoundException(): void
-
NotFoundException(String): void
-
NotFoundException(Response): void
-
NotFoundException(String, Response): void
-
NotFoundException(Throwable): void
-
NotFoundException(String, Throwable): void
-
NotFoundException(Response, Throwable): void
-
NotFoundException(String, Response, Throwable): void
-
-
NotSupportedException
-
serialVersionUID: long
-
NotSupportedException(): void
-
NotSupportedException(String): void
-
NotSupportedException(Response): void
-
NotSupportedException(String, Response): void
-
NotSupportedException(Throwable): void
-
NotSupportedException(String, Throwable): void
-
NotSupportedException(Response, Throwable): void
-
NotSupportedException(String, Response, Throwable): void
-
-
OPTIONS
-
PATCH
-
POST
-
PUT
-
Path
-
PathParam
-
Priorities
-
ProcessingException
-
Produces
-
QueryParam
-
RedirectionException
-
RuntimeType
-
ServerErrorException
-
serialVersionUID: long
-
ServerErrorException(Status): void
-
ServerErrorException(String, Status): void
-
ServerErrorException(int): void
-
ServerErrorException(String, int): void
-
ServerErrorException(Response): void
-
ServerErrorException(String, Response): void
-
ServerErrorException(Status, Throwable): void
-
ServerErrorException(String, Status, Throwable): void
-
ServerErrorException(int, Throwable): void
-
ServerErrorException(String, int, Throwable): void
-
ServerErrorException(Response, Throwable): void
-
ServerErrorException(String, Response, Throwable): void
-
-
ServiceUnavailableException
-
serialVersionUID: long
-
ServiceUnavailableException(): void
-
ServiceUnavailableException(String): void
-
ServiceUnavailableException(Long): void
-
ServiceUnavailableException(String, Long): void
-
ServiceUnavailableException(Date): void
-
ServiceUnavailableException(String, Date): void
-
ServiceUnavailableException(Response): void
-
ServiceUnavailableException(String, Response): void
-
ServiceUnavailableException(Date, Throwable): void
-
ServiceUnavailableException(String, Date, Throwable): void
-
ServiceUnavailableException(Long, Throwable): void
-
ServiceUnavailableException(String, Long, Throwable): void
-
ServiceUnavailableException(Response, Throwable): void
-
ServiceUnavailableException(String, Response, Throwable): void
-
hasRetryAfter(): boolean
-
getRetryTime(Date): Date
-
-
WebApplicationException
-
WebApplicationException(Throwable): void
-
serialVersionUID: long
-
response: Response
-
WebApplicationException(): void
-
WebApplicationException(String): void
-
WebApplicationException(Response): void
-
WebApplicationException(String, Response): void
-
WebApplicationException(int): void
-
WebApplicationException(String, int): void
-
WebApplicationException(Status): void
-
WebApplicationException(String, Status): void
-
WebApplicationException(Throwable, int): void
-
WebApplicationException(String, Throwable): void
-
WebApplicationException(Throwable, Response): void
-
WebApplicationException(String, Throwable, Response): void
-
computeExceptionMessage(Response): String
-
WebApplicationException(String, Throwable, int): void
-
WebApplicationException(Throwable, Status): void
-
WebApplicationException(String, Throwable, Status): void
-
getResponse(): Response
-
validate(Response, Status): Response
-
validate(Response, Family): Response
-
- client
- container
-
core
-
AbstractMultivaluedMap
-
Application
-
CacheControl
-
Configurable
-
Configuration
-
Context
-
Cookie
-
EntityTag
-
Feature
-
FeatureContext
-
Form
-
GenericEntity
-
GenericType
-
HttpHeaders
-
Link
-
MediaType
-
MultivaluedHashMap
-
MultivaluedMap
-
NewCookie
-
NoContentException
-
PathSegment
-
Request
-
Response
-
SecurityContext
-
StreamingOutput
-
UriBuilder
-
UriBuilderException
-
UriInfo
-
Variant
-
- ext
- sse
-
-
rs
-
ws