On Oct 16, 2006, at 6:51 PM, Trustin Lee wrote:
interface SocketConnector {
  // the bare-minimum of methods that consumers of a connection need
to deal with to connect

  void setRemoteAddr()
  void setLocalAddr()
  void connect();
  void close();
}


Isn't it getRemoteAddr() and getLocalAddr()?  Am I missing something?

yah, implied.. a get/set pair for those props :)

-pete


--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to