MessageTypeEnum |
AbstractExtendedRequest.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 |
CompareRequestImpl.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 |
ModifyDnRequestImpl.getResponseType() |
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
ModifyRequestImpl.getResponseType() |
Gets the protocol response message type for this request which produces
at least one response.
|
MessageTypeEnum |
OpaqueExtendedRequest.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[] |
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.
|
MessageTypeEnum |
AbstractMessage.getType() |
Gets the LDAP message type code associated with this Message.
|
MessageTypeEnum |
Message.getType() |
Gets the LDAP message type code associated with this Message.
|
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.
|