(file) Return to HTTPConnector.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HTTPConnector.h between version 1.24 and 1.24.18.1

version 1.24, 2006/11/08 22:24:00 version 1.24.18.1, 2008/01/02 21:00:39
Line 82 
Line 82 
  
         @param host indicates host to connect to         @param host indicates host to connect to
         @param portNumber indicates port number to use         @param portNumber indicates port number to use
         @param outputMessageQueue output message queue for the HTTPConnection  
         that will be created.  
         @exception InvalidLocatorException  
         @exception CannotCreateSocketException  
         @exception CannotConnectException  
     */  
     inline HTTPConnection* connect(  
         const String& host,  
         const Uint32 portNumber,  
         MessageQueue* outputMessageQueue)  
     {  
         return connect(host, portNumber, NULL, outputMessageQueue);  
     }  
   
     /** Establishes a new connection and creates an HTTPConnection object  
         to represent it.  
   
         @param host indicates host to connect to  
         @param portNumber indicates port number to use  
         @param sslContext Specifies the SSL context to use for this connection         @param sslContext Specifies the SSL context to use for this connection
           @param timeoutMilliseconds Specifies the connection timeout.
               If a socket is non-blocking and a connection is in progress after
               the initial attempt, the connection will be attempted until the
               specified timeout is reached.  If the specified timeout is zero,
               the connection will not be re-attempted.  The timeout is not
               applicable for a blocking socket.
         @param outputMessageQueue output message queue for the HTTPConnection         @param outputMessageQueue output message queue for the HTTPConnection
         that will be created.         that will be created.
         @exception InvalidLocatorException         @exception InvalidLocatorException
Line 112 
Line 99 
         const String& host,         const String& host,
         const Uint32 portNumber,         const Uint32 portNumber,
         SSLContext * sslContext,         SSLContext * sslContext,
           Uint32 timeoutMilliseconds,
         MessageQueue* outputMessageQueue);         MessageQueue* outputMessageQueue);
  
     /** Destroys all the connections created by this connector. */     /** Destroys all the connections created by this connector. */


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.24.18.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2