Class | Description |
---|---|
RestClient |
This client is the counter-part to the
RestServerEndpoint . |
RestClientConfiguration |
A configuration object for
RestClient s. |
RestServerEndpoint |
An abstract class for netty-based REST server endpoints.
|
RestServerEndpointConfiguration |
A configuration object for
RestServerEndpoint s. |
Enum | Description |
---|---|
HttpMethodWrapper |
This class wraps netty's
HttpMethod s into an enum, allowing us to use them in switches. |
Exception | Description |
---|---|
NotFoundException |
A special exception that indicates that an element was not found and that the
request should be answered with a
404 return code. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.