Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
org.forgerock.util.time |
Provides a time service abstraction.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
Constructor and Description |
---|
TimeoutScheduler(com.forgerock.opendj.util.ReferenceCountedObject.Reference<ScheduledExecutorService> scheduler,
TimeService timeService,
long period,
TimeUnit unit)
Creates a new
TimeoutScheduler . |
Modifier and Type | Field and Description |
---|---|
static TimeService |
RequestContext.NANO_TIME
A time service with nanosecond precision.
|
Modifier and Type | Method and Description |
---|---|
RequestContext |
RequestContext.etimeStarted(TimeService timeService)
Sets the time at which processing started for this request.
|
Modifier and Type | Field and Description |
---|---|
static TimeService |
TimeService.SYSTEM
TimeService implementation based on System . |
Constructor and Description |
---|
ReactiveFilterAccessLog(Supplier<TimeService> timeServiceFactory)
Creates a new access log filter using the provided time service factory.
|
Constructor and Description |
---|
CommonAuditHttpAccessAuditFilter(String productName,
RequestHandler auditServiceHandler,
TimeService time)
Constructs a new HttpAccessAuditFilter.
|
Copyright 2010-2020 ForgeRock AS.