TCP/TCPConnection.h
changeset 5 2c4bb6968927
parent 0 9d67172bb323
child 7 5936db2c1987
     1.1 --- a/TCP/TCPConnection.h	Fri May 23 17:37:36 2008 -0700
     1.2 +++ b/TCP/TCPConnection.h	Sun May 25 12:32:47 2008 -0700
     1.3 @@ -23,7 +23,8 @@
     1.4  
     1.5  /** A generic class that manages a TCP socket connection.
     1.6      It creates a TCPReader and a TCPWriter to handle I/O.
     1.7 -    TCPConnection itself mostly deals with SSL setup and opening/closing the socket. */
     1.8 +    TCPConnection itself mostly deals with SSL setup and opening/closing the socket.
     1.9 +    (The SSL related methods are inherited from TCPEndpoint.) */
    1.10  @interface TCPConnection : TCPEndpoint
    1.11  {
    1.12      @private
    1.13 @@ -108,7 +109,8 @@
    1.14  
    1.15  
    1.16  
    1.17 -/** The delegate messages sent by TCPConnection. */
    1.18 +/** The delegate messages sent by TCPConnection.
    1.19 +    All methods are optional. */
    1.20  @protocol TCPConnectionDelegate <NSObject>
    1.21  @optional
    1.22  /** Called after the connection successfully opens. */