Uses of Class
org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
Packages that use MessageTypeEnum Package Description org.apache.directory.api.dsmlv2 org.apache.directory.api.dsmlv2.request org.apache.directory.api.dsmlv2.response org.apache.directory.api.ldap.model.message -
-
Uses of MessageTypeEnum in org.apache.directory.api.dsmlv2
Methods in org.apache.directory.api.dsmlv2 that return MessageTypeEnum Modifier and Type Method Description MessageTypeEnumAbstractDsmlMessageDecorator. getType()Gets the LDAP message type code associated with this Message. -
Uses of MessageTypeEnum in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return MessageTypeEnum Modifier and Type Method Description MessageTypeEnumAddRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumBindRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumCompareRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumDelRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumExtendedRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumModifyDNRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumModifyRequestDsml. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnum[]SearchRequestDsml. getResponseTypes()Gets the different response types generated by a search request.MessageTypeEnumAbandonRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumAddRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumBindRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumCompareRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumDelRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumExtendedRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumModifyDNRequestDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumSearchRequestDsml. getType()Gets the LDAP message type code associated with this Message. -
Uses of MessageTypeEnum in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return MessageTypeEnum Modifier and Type Method Description MessageTypeEnumAddResponseDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumCompareResponseDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumDelResponseDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumExtendedResponseDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumModDNResponseDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumModifyResponseDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumSearchResponse. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumSearchResultDoneDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumSearchResultEntryDsml. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumSearchResultReferenceDsml. getType()Gets the LDAP message type code associated with this Message.Constructors in org.apache.directory.api.dsmlv2.response with parameters of type MessageTypeEnum Constructor Description ErrorResponse(int id, MessageTypeEnum type)Creates a new instance of ErrorResponse. -
Uses of MessageTypeEnum in org.apache.directory.api.ldap.model.message
Fields in org.apache.directory.api.ldap.model.message declared as MessageTypeEnum Modifier and Type Field Description static MessageTypeEnum[]SearchRequest. RESPONSE_TYPESDifferent response types that a search request may return.Methods in org.apache.directory.api.ldap.model.message that return MessageTypeEnum Modifier and Type Method Description MessageTypeEnumAbstractExtendedRequest. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumAddRequestImpl. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumBindRequestImpl. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumCompareRequestImpl. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumDeleteRequestImpl. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumModifyDnRequestImpl. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumModifyRequestImpl. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumOpaqueExtendedRequest. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnumSingleReplyRequest. getResponseType()Gets the protocol response message type for this request which produces at least one response.MessageTypeEnum[]ManyReplyRequest. getResponseTypes()Gets the various types of messages that can be generated by this kind of request.MessageTypeEnum[]SearchRequest. getResponseTypes()Gets the different response types generated by a search request.MessageTypeEnum[]SearchRequestImpl. getResponseTypes()Gets the different response types generated by a search request.MessageTypeEnumAbstractMessage. getType()Gets the LDAP message type code associated with this Message.MessageTypeEnumMessage. getType()Gets the LDAP message type code associated with this Message.static MessageTypeEnumMessageTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTypeEnum[]MessageTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.model.message with parameters of type MessageTypeEnum Modifier and Type Method Description static ResultCodeEnumResultCodeEnum. getBestEstimate(Throwable t, MessageTypeEnum type)Takes a guess at the result code to use if it cannot figure it out from known Throwable to result code mappings.Constructors in org.apache.directory.api.ldap.model.message with parameters of type MessageTypeEnum Constructor Description AbstractAbandonableRequest(int id, MessageTypeEnum type)Subclasses must provide these parameters via a super constructor call.AbstractMessage(int id, MessageTypeEnum type)Completes the instantiation of a Message.AbstractRequest(int id, MessageTypeEnum type, boolean hasResponse)Subclasses must provide these parameters via a super constructor call.AbstractResponse(int id, MessageTypeEnum type)Allows subclasses based on the abstract type to create a response to a request.AbstractResultResponse(int id, MessageTypeEnum type)Allows subclasses based on the abstract type to create a response to a request.
-