Package | Description |
---|---|
io.undertow.server.handlers |
Modifier and Type | Field | Description |
---|---|---|
static ResponseCodeHandler |
ResponseCodeHandler.HANDLE_200 |
A handler which sets a 200 code.
|
static ResponseCodeHandler |
ResponseCodeHandler.HANDLE_403 |
A handler which sets a 403 code.
|
static ResponseCodeHandler |
ResponseCodeHandler.HANDLE_404 |
A handler which sets a 404 code.
|
static ResponseCodeHandler |
ResponseCodeHandler.HANDLE_405 |
A handler which sets a 405 code.
|
static ResponseCodeHandler |
ResponseCodeHandler.HANDLE_406 |
A handler which sets a 406 code.
|
static ResponseCodeHandler |
ResponseCodeHandler.HANDLE_500 |
A handler which sets a 500 code.
|
Copyright © 2018. All rights reserved.