public static enum TracingServerInterceptor.ServerRequestAttribute extends Enum<TracingServerInterceptor.ServerRequestAttribute>
| Enum Constant and Description |
|---|
CALL_ATTRIBUTES |
HEADERS |
METHOD_NAME |
METHOD_TYPE |
PEER_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
static TracingServerInterceptor.ServerRequestAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingServerInterceptor.ServerRequestAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TracingServerInterceptor.ServerRequestAttribute HEADERS
public static final TracingServerInterceptor.ServerRequestAttribute METHOD_TYPE
public static final TracingServerInterceptor.ServerRequestAttribute METHOD_NAME
public static final TracingServerInterceptor.ServerRequestAttribute CALL_ATTRIBUTES
public static final TracingServerInterceptor.ServerRequestAttribute PEER_ADDRESS
public static TracingServerInterceptor.ServerRequestAttribute[] values()
for (TracingServerInterceptor.ServerRequestAttribute c : TracingServerInterceptor.ServerRequestAttribute.values()) System.out.println(c);
public static TracingServerInterceptor.ServerRequestAttribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017-2019–2019. All rights reserved.