org.apache.directory.shared.ldap.message
Class UnbindRequestImpl
java.lang.Object
org.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractRequest
org.apache.directory.shared.ldap.message.UnbindRequestImpl
- All Implemented Interfaces:
- Message, Request, UnbindRequest
public class UnbindRequestImpl
- extends AbstractRequest
- implements UnbindRequest
Lockable UnbindRequest implementation.
- Author:
- Apache Directory Project
Fields inherited from interface org.apache.directory.shared.ldap.message.UnbindRequest |
TYPE |
Constructor Summary |
UnbindRequestImpl(int id)
Creates an UnbindRequest which takes no parameter other than those in the
outer envelope to disconnect and end a client session on the server
without producing any response. |
Method Summary |
void |
abandon()
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations
cannot be abandoned. |
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
hasResponse |
UnbindRequestImpl
public UnbindRequestImpl(int id)
- Creates an UnbindRequest which takes no parameter other than those in the
outer envelope to disconnect and end a client session on the server
without producing any response.
- Parameters:
id
- the sequential message identifier.
abandon
public void abandon()
- RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations
cannot be abandoned.
Copyright © 2004-2012. All Rights Reserved.