| Blocking |
Annotation to label a route as "blocking"
i.e.
|
| Connect |
Annotation to configure a route to handle CONNECT requests.
|
| ConnectSpecs |
Repeatable container for @Connect
|
| Consumes |
Annotation to configure Route.consumes()
|
| ConsumesSpecs |
Repeatable container for @Consumes
|
| Delete |
Annotation to configure a route to handle DELETE requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
DELETE requests.
|
| Deletes |
Repeatable container for @Delete
|
| Endpoint |
Annotation to configure a route to handle all HTTP requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
requests.
|
| Endpoints |
Repeatable container for @Endpoint
|
| Get |
Annotation to configure a route to handle GET requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
GET requests.
|
| Gets |
Repeatable container for @Get
|
| Head |
Annotation to configure a route to handle HEAD requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
HEAD requests.
|
| Heads |
Repeatable container for @Head
|
| Name |
A name annotation useful for dynamic parameter passing.
|
| OnFail |
Annotation to configure a route to handle requests that have failed
|
| OnFailures |
Repeatable container for @OnFail
|
| Options |
Annotation to configure a route to handle OPTIONS requests
|
| Order |
Annotation to configure an explicit "order" for method handlers.
|
| Patch |
Annotation to configure a route to handle PATCH requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
PATCH requests.
|
| Patches |
Repeatable container for @Patch
|
| Post |
Annotation to configure a route to handle POST requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
POST requests.
|
| Posts |
Repeatable container for @Post
|
| Put |
Annotation to configure a route to handle PUT requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
PUT requests.
|
| Puts |
Repeatable container for @Put
|
| RouteSpec |
|
| Service |
|
| Timeout |
Annotation that will add a TimeoutHandler to the configured route, causing that route
to fail with a 503 server error if no response was written after the specified timeout.
|
| WebSocket |
Annotation to configure a route to handle websocket requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
websocket requests.
|
| WebSockets |
Repeatable container for @WebSocket
|