Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
LdapMessageDecorator.getMessageType() |
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
AddResponseDsml.getMessageType() |
MessageTypeEnum |
ErrorResponse.getMessageType() |
MessageTypeEnum |
ModifyResponseDsml.getMessageType() |
MessageTypeEnum |
SearchResultDoneDsml.getMessageType() |
MessageTypeEnum |
SearchResultEntryDsml.getMessageType() |
MessageTypeEnum |
AuthResponseDsml.getMessageType() |
MessageTypeEnum |
ExtendedResponseDsml.getMessageType() |
MessageTypeEnum |
DelResponseDsml.getMessageType() |
MessageTypeEnum |
SearchResponse.getMessageType() |
MessageTypeEnum |
SearchResultReferenceDsml.getMessageType() |
MessageTypeEnum |
CompareResponseDsml.getMessageType() |
MessageTypeEnum |
ModDNResponseDsml.getMessageType() |
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
CompareRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
ModifyDNRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
AuthRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
ModifyRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
DelRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
SearchRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
AddRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
AbandonRequestDsml.getMessageType()
Get the message type
|
MessageTypeEnum |
ExtendedRequestDsml.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
abstract MessageTypeEnum |
LdapMessageCodec.getMessageType()
Get the message type
|
static MessageTypeEnum |
MessageTypeEnum.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.
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
AbandonRequestCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
AddRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
AddResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
BindRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
BindResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
CompareRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
CompareResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
DelRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
DelResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
ExtendedRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
ExtendedResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
IntermediateResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
ModifyRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
ModifyResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
ModifyDNRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
ModifyDNResponseCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
SearchRequestCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
SearchResultEntryCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
SearchResultReferenceCodec.getMessageType()
Get the message type
|
MessageTypeEnum |
SearchResultDoneCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
UnBindRequestCodec.getMessageType()
Get the message type
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum |
ModifyRequestImpl.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
SingleReplyRequest.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
ExtendedRequestImpl.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
ModifyDnRequestImpl.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
DeleteRequestImpl.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
CompareRequestImpl.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
AddRequestImpl.getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
BindRequestImpl.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[] |
SearchRequestImpl.getResponseTypes()
Gets the different response types generated by a search request.
|
Modifier and Type | Method and Description |
---|---|
static ResultCodeEnum |
ResultCodeEnum.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.
|
Constructor and Description |
---|
AbstractAbandonableRequest(int id,
MessageTypeEnum type)
Subclasses must provide these parameters via a super constructor call.
|
Modifier and Type | Field and Description |
---|---|
static MessageTypeEnum |
InternalModifyRequest.RESP_TYPE
Modify response message type enumeration value
|
static MessageTypeEnum |
InternalExtendedRequest.RESP_TYPE
Extended response message type enumeration value
|
static MessageTypeEnum |
InternalCompareRequest.RESP_TYPE
Compare response message type enum code
|
static MessageTypeEnum |
InternalModifyDnRequest.RESP_TYPE
Modify DN response message type enumeration value
|
static MessageTypeEnum |
InternalDeleteRequest.RESP_TYPE
Delete response message type enumeration value
|
static MessageTypeEnum |
InternalAddRequest.RESP_TYPE
LDAPv3 add response type enum code
|
static MessageTypeEnum |
InternalBindRequest.RESP_TYPE
Bind response message type enumeration value
|
static MessageTypeEnum[] |
InternalSearchRequest.RESPONSE_TYPES
Different response types that a search request may return.
|
static MessageTypeEnum |
InternalModifyRequest.TYPE
Modify request message type enumeration value
|
static MessageTypeEnum |
InternalModifyResponse.TYPE
Modify response message type enumeration value
|
static MessageTypeEnum |
InternalExtendedRequest.TYPE
Extended request message type enumeration value
|
static MessageTypeEnum |
InternalDeleteResponse.TYPE
Delete response message type enumeration value
|
static MessageTypeEnum |
InternalSearchResponseReference.TYPE
Search reference response message type enumeration value
|
static MessageTypeEnum |
InternalCompareRequest.TYPE
Compare request message type enum code
|
static MessageTypeEnum |
InternalExtendedResponse.TYPE
Extended response message type enumeration value
|
static MessageTypeEnum |
InternalBindResponse.TYPE
Bind response message type enumeration value
|
static MessageTypeEnum |
InternalSearchResponseDone.TYPE
Search done response message type enumeration value
|
static MessageTypeEnum |
InternalModifyDnResponse.TYPE
Modify DN response message type enumeration value
|
static MessageTypeEnum |
InternalModifyDnRequest.TYPE
Modify DN request message type enumeration value
|
static MessageTypeEnum |
InternalIntermediateResponse.TYPE
Intermediate response message type enumeration value
|
static MessageTypeEnum |
InternalSearchResponseEntry.TYPE
Search entry response message type enumeration value
|
static MessageTypeEnum |
InternalCompareResponse.TYPE
Compare response message type enumeration value
|
static MessageTypeEnum |
InternalUnbindRequest.TYPE
Unbind request protocol message type
|
static MessageTypeEnum |
InternalDeleteRequest.TYPE
Delete request message type enumeration value
|
static MessageTypeEnum |
InternalAddResponse.TYPE
Add response message type enumeration value
|
static MessageTypeEnum |
InternalAddRequest.TYPE
LDAPv3 add request type enum code
|
static MessageTypeEnum |
InternalAbandonRequest.TYPE
Ldap abandon request type code
|
static MessageTypeEnum |
InternalBindRequest.TYPE
Bind request message type enumeration value
|
Modifier and Type | Method and Description |
---|---|
MessageTypeEnum[] |
InternalSearchRequest.getResponseTypes()
Gets the different response types generated by a search request.
|
MessageTypeEnum |
InternalAbstractMessage.getType()
Gets the LDAP message type code associated with this Message.
|
MessageTypeEnum |
InternalMessage.getType()
Gets the LDAP message type code associated with this Message.
|
Constructor and Description |
---|
InternalAbstractMessage(int id,
MessageTypeEnum type)
Completes the instantiation of a Message.
|
InternalAbstractRequest(int id,
MessageTypeEnum type,
boolean hasResponse)
Subclasses must provide these parameters via a super constructor call.
|
InternalAbstractResponse(int id,
MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a
request.
|
InternalAbstractResultResponse(int id,
MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a
request.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.