public static class ResponseStatus.Redirect3xx extends Object
Modifier and Type | Field and Description |
---|---|
static Response.StatusType |
FOUND_302
302 Found.
|
static Response.StatusType |
MOVED_PERMANENTLY_301
301 Moved Permanently.
|
static Response.StatusType |
MULTIPLE_CHOICES_300
300 Multiple Choices.
|
static Response.StatusType |
NOT_MODIFIED_304
304 Not Modified.
|
static Response.StatusType |
PERMANENT_REDIRECT_308
308 Permanent Redirect.
|
static Response.StatusType |
SEE_OTHER_303
303 See Other.
|
static Response.StatusType |
TEMPORARY_REDIRECT_307
307 Temporary Redirect.
|
static Response.StatusType |
USE_PROXY_305
305 Use Proxy.
|
Constructor and Description |
---|
Redirect3xx() |
public static final Response.StatusType MULTIPLE_CHOICES_300
public static final Response.StatusType MOVED_PERMANENTLY_301
public static final Response.StatusType FOUND_302
public static final Response.StatusType SEE_OTHER_303
public static final Response.StatusType NOT_MODIFIED_304
public static final Response.StatusType USE_PROXY_305
public static final Response.StatusType TEMPORARY_REDIRECT_307
public static final Response.StatusType PERMANENT_REDIRECT_308
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.