Uses of Interface
org.ldaptive.Message
Packages that use Message
Package
Description
-
Uses of Message in org.ldaptive
Subinterfaces of Message in org.ldaptiveClasses in org.ldaptive that implement MessageModifier and TypeClassDescriptionclassLDAP message envelope defined as:classLDAP result message defined as:final classLDAP add response defined as:final classLDAP bind response defined as:final classLDAP compare response defined as:final classLDAP delete response defined as:classLDAP search result entry defined as:final classLDAP modify DN response defined as:final classLDAP modify response defined as:final classResponse that encapsulates the result elements of a search request.final classLDAP search result entry defined as:Methods in org.ldaptive with type parameters of type MessageModifier and TypeMethodDescriptionprotected <T extends Message>
voidAbstractMessage.copyValues(T message) Copies the property values from the supplied message to this message.Methods in org.ldaptive with parameters of type MessageModifier and TypeMethodDescriptionfinal booleanAbstractMessage.equalsMessage(Message message) Returns whether the base properties of this message are equal. -
Uses of Message in org.ldaptive.auth
Classes in org.ldaptive.auth that implement MessageModifier and TypeClassDescriptionfinal classResponse object for authentication handlers.final classSynthetic response object that encapsulates data used for authentication. -
Uses of Message in org.ldaptive.extended
Classes in org.ldaptive.extended that implement MessageModifier and TypeClassDescriptionclassLDAP extended response defined as:classLDAP extended response defined as:final classLDAP notice of disconnection defined as:final classIntermediate response message for LDAP content synchronization.classLDAP unsolicited notification defined as: -
Uses of Message in org.ldaptive.transport
Fields in org.ldaptive.transport declared as MessageModifier and TypeFieldDescriptionprivate MessageResponseParser.messageMessage produced from parsing a DER buffer.Fields in org.ldaptive.transport with type parameters of type MessageModifier and TypeFieldDescriptionDefaultOperationHandle.DEFAULT_RESPONSE_TIMEOUT_CONDITIONPredicate that requires any result message except unsolicited.DefaultSearchOperationHandle.SEARCH_RESPONSE_TIMEOUT_CONDITIONPredicate that requires any message except unsolicited.Methods in org.ldaptive.transport that return types with arguments of type MessageModifier and TypeMethodDescriptionDefaultOperationHandle.getResponseTimeoutCondition()Returns a predicate to determine whether the responseTimeout semaphore should be released.DefaultSearchOperationHandle.getResponseTimeoutCondition()Examines the supplied buffer and parses an LDAP response message if one is found.Methods in org.ldaptive.transport with parameters of type MessageModifier and TypeMethodDescriptionprotected voidDefaultOperationHandle.consumedMessage(Message message) Indicates that a protocol message was consumed by a supplied consumer. -
Uses of Message in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type MessageModifier and TypeMethodDescriptionprotected voidNettyConnection.InboundMessageHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, Message msg)