| Package | Description |
|---|---|
| javax.ws.rs | |
| javax.ws.rs.core | |
| javax.ws.rs.ext |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException |
class |
ClientErrorException |
class |
ForbiddenException |
class |
InternalServerErrorException |
class |
NotAcceptableException |
class |
NotAllowedException |
class |
NotAuthorizedException |
class |
NotFoundException |
class |
NotSupportedException |
class |
RedirectionException |
class |
ServerErrorException |
class |
ServiceUnavailableException |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingOutput.write(OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context) |
void |
WriterInterceptor.aroundWriteTo(WriterInterceptorContext context) |
void |
WriterInterceptorContext.proceed() |
Object |
ReaderInterceptorContext.proceed() |
T |
MessageBodyReader.readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
MessageBodyWriter.writeTo(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.