Uses of Class
org.ldaptive.transport.DefaultOperationHandle
Packages that use DefaultOperationHandle
-
Uses of DefaultOperationHandle in org.ldaptive.transport
Subclasses of DefaultOperationHandle in org.ldaptive.transportModifier and TypeClassDescriptionfinal classHandle that notifies on the components of a compare request.final classHandle that notifies on the components of an extended request.final classHandle that notifies on the components of a search request.Fields in org.ldaptive.transport with type parameters of type DefaultOperationHandleModifier and TypeFieldDescriptionprivate final Map<Integer,DefaultOperationHandle<?, ?>> HandleMap.pendingMap of message IDs to their operation handle.Methods in org.ldaptive.transport that return DefaultOperationHandleModifier and TypeMethodDescriptionHandleMap.get(int id) Returns the operation handle for the supplied message id.DefaultOperationHandle.onComplete(CompleteHandler function) DefaultOperationHandle.onControl(ResponseControlHandler... function) DefaultOperationHandle.onException(ExceptionHandler function) DefaultOperationHandle.onIntermediate(IntermediateResponseHandler... function) DefaultOperationHandle.onReferral(ReferralHandler... function) DefaultOperationHandle.onReferralResult(ReferralResultHandler<S> function) DefaultOperationHandle.onResult(ResultHandler... function) DefaultOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) HandleMap.put(int id, DefaultOperationHandle<?, ?> handle) Puts the supplied operation handle into the queue if the supplied id doesn't already exist in the queue.HandleMap.remove(int id) Removes the operation handle from the supplied message id.DefaultOperationHandle.send()DefaultOperationHandle.throwIf(ResultPredicate function) Methods in org.ldaptive.transport that return types with arguments of type DefaultOperationHandleModifier and TypeMethodDescriptionHandleMap.handles()Returns all the operation handles in the queue.Methods in org.ldaptive.transport with parameters of type DefaultOperationHandleModifier and TypeMethodDescriptionprotected abstract voidTransportConnection.complete(DefaultOperationHandle<?, ?> handle) Report that the supplied handle has completed.HandleMap.put(int id, DefaultOperationHandle<?, ?> handle) Puts the supplied operation handle into the queue if the supplied id doesn't already exist in the queue.protected abstract voidTransportConnection.write(DefaultOperationHandle<?, ?> handle) Write the request in the supplied handle to the LDAP server. -
Uses of DefaultOperationHandle in org.ldaptive.transport.netty
Subclasses of DefaultOperationHandle in org.ldaptive.transport.nettyModifier and TypeClassDescriptionfinal classBind specific operation handle that locks other operations until the bind completes.Methods in org.ldaptive.transport.netty that return DefaultOperationHandleModifier and TypeMethodDescriptionNettyConnection.operation(AddRequest request) NettyConnection.operation(DeleteRequest request) NettyConnection.operation(ModifyDnRequest request) NettyConnection.operation(ModifyRequest request) Methods in org.ldaptive.transport.netty with parameters of type DefaultOperationHandleModifier and TypeMethodDescriptionprotected voidNettyConnection.complete(DefaultOperationHandle<?, ?> handle) protected voidNettyConnection.write(DefaultOperationHandle<?, ?> handle)