Uses of Class
io.helidon.http.Status
Packages that use Status
Package
Description
Testing support for HTTP.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon Common HTTP/2 classes.
Common classes for accessing JSON based REST APIs of third party systems.
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
-
Uses of Status in io.helidon.common.testing.http.junit5
Methods in io.helidon.common.testing.http.junit5 that return StatusModifier and TypeMethodDescriptionstatic StatusSocketHttpClient.statusFromResponse(String response) Find the status line and return response HTTP status. -
Uses of Status in io.helidon.http
Fields in io.helidon.http declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.ACCEPTED_202202 Accepted, see HTTP/1.1 documentation .static final StatusStatus.BAD_GATEWAY_502502 Bad Gateway, see HTTP/1.1 documentation.static final StatusStatus.BAD_REQUEST_400400 Bad Request, see HTTP/1.1 documentation.static final StatusStatus.CONFLICT_409409 Conflict, see HTTP/1.1 documentation.static final StatusStatus.CONTINUE_100100 Continue, see HTTP/1.1 documentations.static final StatusStatus.CREATED_201201 Created, see HTTP/1.1 documentation.static final StatusStatus.EXPECTATION_FAILED_417417 Expectation Failed, see HTTP/1.1 documentation.static final StatusStatus.FAILED_DEPENDENCY_424Failed dependency, see RFC 4918 - HTTP Extensions for WebDAV.static final StatusStatus.FORBIDDEN_403403 Forbidden, see HTTP/1.1 documentation.static final StatusStatus.FOUND_302302 Found, see HTTP/1.1 documentation.static final StatusStatus.GATEWAY_TIMEOUT_504504 Gateway Timeout, see HTTP/1.1 documentation.static final StatusStatus.GONE_410410 Gone, see HTTP/1.1 documentation.static final Status505 HTTP Version Not Supported, see HTTP/1.1 documentation.static final StatusStatus.I_AM_A_TEAPOT_418418 I'm a teapot, see Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0).static final StatusStatus.INTERNAL_SERVER_ERROR_500500 Internal Server Error, see HTTP/1.1 documentation.static final StatusStatus.LENGTH_REQUIRED_411411 Length Required, see HTTP/1.1 documentation.static final StatusStatus.LOCKED_423Locked, see RFC 4918 - HTTP Extensions for WebDAV.static final StatusStatus.METHOD_NOT_ALLOWED_405405 Method Not Allowed, see HTTP/1.1 documentation.static final StatusStatus.MISDIRECTED_REQUEST_421Misdirected request, see RFC 9110 - Http Semantics.static final StatusStatus.MOVED_PERMANENTLY_301301 Moved Permanently, see HTTP/1.1 documentation.static final StatusStatus.NO_CONTENT_204204 No Content, see HTTP/1.1 documentation.static final StatusStatus.NOT_ACCEPTABLE_406406 Not Acceptable, see HTTP/1.1 documentation.static final StatusStatus.NOT_FOUND_404404 Not Found, see HTTP/1.1 documentation.static final StatusStatus.NOT_IMPLEMENTED_501501 Not Implemented, see HTTP/1.1 documentation.static final StatusStatus.NOT_MODIFIED_304304 Not Modified, see HTTP/1.1 documentation.static final StatusStatus.OK_200200 OK, see HTTP/1.1 documentation.static final StatusStatus.PARTIAL_CONTENT_206206 Reset Content, see HTTP/1.1 documentation.static final StatusStatus.PAYMENT_REQUIRED_402402 Payment Required, see HTTP/1.1 documentation.static final StatusStatus.PERMANENT_REDIRECT_308308 Permanent Redirect, see HTTP Status Code 308 documentation.static final StatusStatus.PRECONDITION_FAILED_412412 Precondition Failed, see HTTP/1.1 documentation.static final StatusStatus.PRECONDITION_REQUIRED_428Precondition required, see RFC 6585 - Additional HTTP Status Codes.static final Status407 Proxy Authentication Required, see HTTP/1.1 documentation.static final StatusStatus.REQUEST_ENTITY_TOO_LARGE_413413 Request Entity Too Large, see HTTP/1.1 documentation.static final StatusStatus.REQUEST_TIMEOUT_408408 Request Timeout, see HTTP/1.1 documentation.static final StatusStatus.REQUEST_URI_TOO_LONG_414414 Request-URI Too Long, see HTTP/1.1 documentation.static final Status416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.static final StatusStatus.RESET_CONTENT_205205 Reset Content, see HTTP/1.1 documentation.static final StatusStatus.SEE_OTHER_303303 See Other, see HTTP/1.1 documentation.static final StatusStatus.SERVICE_UNAVAILABLE_503503 Service Unavailable, see HTTP/1.1 documentation.static final StatusStatus.SWITCHING_PROTOCOLS_101101 Switching Protocols, see HTTP/1.1 documentations.static final StatusStatus.TEMPORARY_REDIRECT_307307 Temporary Redirect, see HTTP/1.1 documentation.static final StatusStatus.TOO_MANY_REQUESTS_429Too many requests, see RFC 6585 - Additional HTTP Status Codes.static final StatusStatus.UNAUTHORIZED_401401 Unauthorized, see HTTP/1.1 documentation.static final StatusStatus.UNPROCESSABLE_CONTENT_422Unprocessable content, see RFC 9110 - Http Semantics.static final StatusStatus.UNSUPPORTED_MEDIA_TYPE_415415 Unsupported Media Type, see HTTP/1.1 documentation.static final StatusStatus.UPGRADE_REQUIRED_426Upgrade required, see RFC 9110 - Http Semantics.static final StatusStatus.USE_PROXY_305305 Use Proxy, see HTTP/1.1 documentation.Methods in io.helidon.http that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.create(int statusCode) Convert a numerical status code into the corresponding Status.static StatusConvert a numerical status code into the corresponding Status.DirectHandler.EventType.defaultStatus()Default status of this event type.DirectHandler.TransportResponse.status()Configured status.final StatusHttpException.status()Obtain the associated http status.RequestException.status()Configured HTTP status.Methods in io.helidon.http with parameters of type StatusModifier and TypeMethodDescriptionDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, String message) Handler of responses that bypass routing.default DirectHandler.TransportResponseDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown) Handler of responses that bypass router.default DirectHandler.TransportResponseDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown, System.Logger logger) Handler of responses that bypass router.Custom status.Http status to use.Constructors in io.helidon.http with parameters of type StatusModifierConstructorDescriptionHttpException(String message, Status status) CreatesHttpException.HttpException(String message, Status status, boolean keepAlive) CreatesHttpException.HttpException(String message, Status status, Throwable cause) CreatesHttpException.HttpException(String message, Status status, Throwable cause, boolean keepAlive) CreatesHttpException. -
Uses of Status in io.helidon.http.http2
Methods in io.helidon.http.http2 that return StatusMethods in io.helidon.http.http2 with parameters of type StatusModifier and TypeMethodDescriptionStatus pseudo header. -
Uses of Status in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return StatusModifier and TypeMethodDescriptionApiResponse.Builder.status()Received HTTP status.ApiResponse.status()HTTP status returned.ApiRestException.status()Returned HTTP status.Methods in io.helidon.integrations.common.rest with parameters of type StatusModifier and TypeMethodDescriptionprotected booleanRestApiBase.isEntityExpected(String path, ApiRequest<?> request, Method method, String requestId, Status status) This method is only called for methods that return an optional entity.protected booleanRestApiBase.isSuccess(String path, ApiRequest<?> request, Method method, String requestId, Status status) Provide information whether the response is a success response for requests with optional entity.Response status returned by the API call.HTTP status configured byRestApi.Response status returned by the API call. -
Uses of Status in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return StatusModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.status()Methods in io.helidon.webclient.api that return types with arguments of type StatusModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.status()Status of the response.Methods in io.helidon.webclient.api with parameters of type Status -
Uses of Status in io.helidon.webclient.http1
Methods in io.helidon.webclient.http1 that return StatusModifier and TypeMethodDescriptionstatic StatusHttp1StatusParser.readStatus(DataReader reader, int maxLength) Read the status line from HTTP/1.0 or HTTP/1.1 response. -
Uses of Status in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return StatusModifier and TypeMethodDescriptionServerResponse.status()Configured HTTP status, if not configured, returnsOK_200.ServerResponseBase.status()Methods in io.helidon.webserver.http with parameters of type Status -
Uses of Status in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 with parameters of type StatusModifier and TypeMethodDescriptiondefault voidHttp1ConnectionListener.status(ConnectionContext ctx, Status status) Handle status (server response only).voidHttp1LoggingConnectionListener.status(ConnectionContext ctx, Status status)