org.apache.directory.shared.ldap.message.internal
Interface InternalUnbindRequest

All Superinterfaces:
InternalMessage, InternalRequest
All Known Implementing Classes:
UnbindRequestImpl

public interface InternalUnbindRequest
extends InternalRequest

Unbind protocol request message used to end a client session.

Version:
$Rev: 910150 $
Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Unbind request protocol message type
 
Method Summary
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalRequest
hasResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Unbind request protocol message type



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