| Class | Description |
|---|---|
| HttpRequest |
Abstraction for an inbound http request on the server, or a response from a
server to a client
We have this abstraction so that we can reuse marshalling objects in a client
framework and serverside framework
|
| HttpResponse | |
| HttpServletResponseHeaders | |
| HttpUtil | |
| UriInfo |
UriInfo implementation with some added extra methods to help process requests
|
| Exception | Description |
|---|---|
| AmbiguousServiceException | |
| BadRequestException |
Thrown when HTTP Bad Request (400) is encountered
|
| ForbiddenException |
Thrown when HTTP Forbidden (403) is encountered
|
| InternalServerErrorException |
Thrown when HTTP Internal Service Error (500) is encountered
|
| MethodNotAllowedException |
Thrown when HTTP Method Not Allowed (405) is encountered
|
| NotAcceptableException |
Thrown when HTTP Not Acceptable (406) is encountered
|
| NotFoundException |
Thrown when HTTP Not Found (404) is encountered
|
| RestFailure | |
| UnauthorizedException |
Thrown when HTTP Unauthorized (401) is encountered
|
| UnsupportedMediaTypeException |
Thrown when HTTP Not Acceptable (406) is encountered
|
Copyright © 2016. All rights reserved.