public static class ResponseStatus.Info1xx extends Object
Modifier and Type | Field and Description |
---|---|
static Response.StatusType |
CONTINUE_100
100 Continue.
|
static Response.StatusType |
EARLY_HINTS_103
103 Early Hints.
|
static Response.StatusType |
PROCESSING_102
102 Processing.
|
static Response.StatusType |
SWITCHING_PROTOCOLS_101
101 Switching Protocols.
|
Constructor and Description |
---|
Info1xx() |
public static final Response.StatusType CONTINUE_100
public static final Response.StatusType SWITCHING_PROTOCOLS_101
public static final Response.StatusType PROCESSING_102
public static final Response.StatusType EARLY_HINTS_103
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.