Package | Description |
---|---|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
Modifier and Type | Method and Description |
---|---|
static RequestContext.RequestFlag |
RequestContext.RequestFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestContext.RequestFlag[] |
RequestContext.RequestFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequestContext.hasFlag(RequestContext.RequestFlag requestFlag)
Returns whether this request has the provided flag.
|
Constructor and Description |
---|
RequestContext(int messageId,
long operationId,
org.forgerock.services.context.Context parent,
Set<RequestContext.RequestFlag> requestFlags)
Creates a new request context, by also specifying additional request settings.
|
Copyright 2010-2018 ForgeRock AS.