{
Thread.sleep( 100 );
}
// Retrieve the response back from server to my last request.
LdapMessageContainer<MessageDecorator<? extends Message>> container = new LdapMessageContainer(
ldapServer.getDirectoryService().getLdapCodecService() );
return ( BindResponse ) decoder.decode( _input_ , container );
}