Uses of Class
org.ldaptive.extended.IntermediateResponse
-
Packages that use IntermediateResponse Package Description org.ldaptive.extended org.ldaptive.transport -
-
Uses of IntermediateResponse in org.ldaptive.extended
Subclasses of IntermediateResponse in org.ldaptive.extended Modifier and Type Class Description class
SyncInfoMessage
Intermediate response message for LDAP content synchronization.Constructors in org.ldaptive.extended with parameters of type IntermediateResponse Constructor Description Builder(IntermediateResponse r)
-
Uses of IntermediateResponse in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type IntermediateResponse Modifier and Type Method Description void
DefaultOperationHandle. intermediate(IntermediateResponse r)
InvokesDefaultOperationHandle.onIntermediate
.
-