* @throws DecoderException
* @throws IOException
*/
private void unbind( int messageId ) throws EncoderException, DecoderException, IOException
{
UnbindRequest unbindRequest = new UnbindRequestImpl( messageId );
LdapEncoder encoder = new LdapEncoder();
ByteBuffer bb = encoder.encodeMessage( unbindRequest );
bb.flip();