org.apache.directory.api.ldap.model.message
Interface ManyReplyRequest<R extends ResultResponse>
- All Superinterfaces:
- Message, Request, ResultResponseRequest<R>
- All Known Subinterfaces:
- SearchRequest
- All Known Implementing Classes:
- SearchRequestImpl
public interface ManyReplyRequest<R extends ResultResponse>
- extends ResultResponseRequest<R>
A request that can generate zero, one, or more heterogenous responses for a
single request.
- Author:
- Apache Directory Project
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Request |
hasResponse |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
getResponseTypes
MessageTypeEnum[] getResponseTypes()
- Gets the various types of messages that can be generated by this kind of
request.
- Returns:
- the messages types generated in response to this Request
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.