(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.22.2.1 and 1.22.2.2

version 1.22.2.1, 2006/09/19 18:40:48 version 1.22.2.2, 2008/01/02 21:07:59
Line 38 
Line 38 
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
   // NOCHKSRC
   
 #ifndef Pegasus_HTTPConnector_h #ifndef Pegasus_HTTPConnector_h
 #define Pegasus_HTTPConnector_h #define Pegasus_HTTPConnector_h
  
Line 89 
Line 91 
  
           @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 119 
Line 108 
          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.22.2.1  
changed lines
  Added in v.1.22.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2