C
- The type of client context.R
- The type of request context.public interface RequestHandlerFactory<C,R extends RequestContext>
Modifier and Type | Method and Description |
---|---|
RequestHandler<R> |
handleAccept(C clientContext)
Invoked when a new client connection is accepted by the associated
listener.
|
RequestHandler<R> handleAccept(C clientContext) throws LdapException
RequestHandler
which
will be used to handle requests from the client connection.clientContext
- The protocol dependent context information associated with the
client connection. Depending on the protocol this may contain
information about the client such as their address and level
connection security. It may also be used to manage the state
of the client's connection.RequestHandler
which will be used to handle requests
from a client connection.LdapException
- If this request handler factory cannot accept the client
connection.Copyright 2010-2017 ForgeRock AS.