org.apache.directory.shared.ldap.message
Class UnbindRequestImpl
java.lang.Object
org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
org.apache.directory.shared.ldap.message.internal.InternalAbstractRequest
org.apache.directory.shared.ldap.message.UnbindRequestImpl
- All Implemented Interfaces:
- InternalMessage, InternalRequest, InternalUnbindRequest
public class UnbindRequestImpl
- extends InternalAbstractRequest
- implements InternalUnbindRequest
Lockable UnbindRequest implementation.
- Author:
- Apache Directory Project
|
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. |
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-2010 The Apache Software Foundation. All Rights Reserved.