Hi, Roland,

Thanks for looking at this, and thanks for your suggestion.  I'm going
to do that.  Thanks!  I got distracted by:

SSLSocket.setEnabledCipherSuites(String[] suites)
SSLSocket.setEnabledProtocols(String[] protocols)

:-)


yours,

Julius



On 2/18/07, Roland Weber <[EMAIL PROTECTED]> wrote:
Hi Julius,

> public void setAllowedNames( String[] allowedNames )
> {
>     this.allowedNames = allowedNames;
> }

I like the idea. But you might want to keep the names in
an internal collection (ArrayList/LinkedList) and offer
  addAllowedName(String)
  addAllowedNames(String[])
  clearAllowedNames()
instead of passing in an array. That makes sure that the
internal data structure is not modified uncontrolled.

cheers,
  Roland


--
yours,

Julius Davies
416-652-0183
http://juliusdavies.ca/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to