187188189190191192193194195196197
*/ public ProtocolCodecFactory newProtocolCodecFactory( boolean client ) { if ( client ) { return new LdapProtocolCodecFactory(); } else { throw new NotImplementedException( "Filters may be different here, and we're probably going to " +