Uses of Class
org.forgerock.opendj.server.core.RequestContext.RequestFlag
-
Packages that use RequestContext.RequestFlag Package Description org.forgerock.opendj.server.core Classes implementing a Grizzly basedConnectionHandler
using reactive api. -
-
Uses of RequestContext.RequestFlag in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return RequestContext.RequestFlag Modifier and Type Method 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.Methods in org.forgerock.opendj.server.core with parameters of type RequestContext.RequestFlag Modifier and Type Method Description boolean
RequestContext. hasFlag(RequestContext.RequestFlag requestFlag)
Returns whether this request has the provided flag.Constructor parameters in org.forgerock.opendj.server.core with type arguments of type RequestContext.RequestFlag Constructor 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.
-