org.apache.directory.ldap.client.api.message
Class UnbindRequest

java.lang.Object
  extended by org.apache.directory.ldap.client.api.message.AbstractMessage
      extended by org.apache.directory.ldap.client.api.message.AbstractRequest
          extended by org.apache.directory.ldap.client.api.message.UnbindRequest
All Implemented Interfaces:
AbandonableRequest, Message, Request, RequestWithResponse

public class UnbindRequest
extends AbstractRequest
implements RequestWithResponse, AbandonableRequest

Unbind protocol request message used to end a client session.

Author:
Apache Directory Project

Constructor Summary
UnbindRequest()
          Creates a new instance of UnbindRequest.
 
Method Summary
 java.lang.String toString()
          Get a String representation of a UnBindRequest
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractRequest
getTimeout, setTimeout
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

UnbindRequest

public UnbindRequest()
Creates a new instance of UnbindRequest.

Method Detail

toString

public java.lang.String toString()
Get a String representation of a UnBindRequest

Overrides:
toString in class AbstractMessage
Returns:
A UnBindRequest String


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