Uses of Interface
org.forgerock.opendj.ldap.ServerConnection
Packages that use ServerConnection
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ServerConnection in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ServerConnectionModifier and TypeMethodDescriptionServerConnectionFactory.handleAccept(C clientContext) Deprecated.Invoked when a new client connection is accepted by the associated listener.Methods in org.forgerock.opendj.ldap with parameters of type ServerConnectionModifier and TypeMethodDescriptionstatic ConnectionConnections.newInternalConnection(ServerConnection<Integer> serverConnection) Creates a new internal client connection which will route requests to the providedServerConnection.