org.apache.directory.ldap.client.api.message
Interface RequestWithResponse

All Superinterfaces:
Message, Request
All Known Implementing Classes:
AddRequest, BindRequest, CompareRequest, DeleteRequest, ExtendedRequest, ModifyDnRequest, ModifyRequest, SearchRequest, UnbindRequest

public interface RequestWithResponse
extends Request

An interface used to indicate that a Request has a response.

Author:
Apache Directory Project

Method Summary
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Request
getTimeout, setTimeout
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 



Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.