public class Common extends Object
Modifier and Type | Field and Description |
---|---|
static io.undertow.server.handlers.ResponseCodeHandler |
INTERNAL_SERVER_ERROR |
static io.undertow.server.handlers.ResponseCodeHandler |
METHOD_NOT_ALLOWED_HANDLER |
static io.undertow.server.handlers.ResponseCodeHandler |
MOVED_PERMANENTLY |
static io.undertow.server.handlers.ResponseCodeHandler |
NOT_FOUND |
static io.undertow.server.handlers.ResponseCodeHandler |
SERVICE_UNAVAIABLE |
static io.undertow.server.handlers.ResponseCodeHandler |
TEMPORARY_REDIRECT |
static io.undertow.server.handlers.ResponseCodeHandler |
UNAUTHORIZED |
static io.undertow.server.handlers.ResponseCodeHandler |
UNSUPPORTED_MEDIA_TYPE |
Constructor and Description |
---|
Common() |
public static final io.undertow.server.handlers.ResponseCodeHandler MOVED_PERMANENTLY
public static final io.undertow.server.handlers.ResponseCodeHandler TEMPORARY_REDIRECT
public static final io.undertow.server.handlers.ResponseCodeHandler UNAUTHORIZED
public static final io.undertow.server.handlers.ResponseCodeHandler NOT_FOUND
public static final io.undertow.server.handlers.ResponseCodeHandler METHOD_NOT_ALLOWED_HANDLER
public static final io.undertow.server.handlers.ResponseCodeHandler UNSUPPORTED_MEDIA_TYPE
public static final io.undertow.server.handlers.ResponseCodeHandler INTERNAL_SERVER_ERROR
public static final io.undertow.server.handlers.ResponseCodeHandler SERVICE_UNAVAIABLE
Copyright © 2023 JBoss by Red Hat. All rights reserved.