base.connection
Class LoggingConnectionUserAndKey

java.lang.Object
  extended by base.connection.ConnectionKey
      extended by base.connection.LoggingConnection
          extended by base.connection.LoggingConnectionUserAndKey
All Implemented Interfaces:
IConnection

public class LoggingConnectionUserAndKey
extends LoggingConnection

Manages a connection with an access ID and key and logs server requests and responses.


Field Summary
 
Fields inherited from class base.connection.LoggingConnection
log
 
Fields inherited from class base.connection.ConnectionKey
accessId, accessKey, driver, host, httpClient, method, path, port, secure
 
Constructor Summary
LoggingConnectionUserAndKey(java.lang.String accessId, java.lang.String accessKey, boolean secure, java.lang.String host, int port, Driver driver)
           
 
Method Summary
 
Methods inherited from class base.connection.LoggingConnection
logCurl, logResponse, request
 
Methods inherited from class base.connection.ConnectionKey
addDefaultHeaders, addDefaultParams, connect, connect, connect, encodeData, request, urlEncodeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingConnectionUserAndKey

public LoggingConnectionUserAndKey(java.lang.String accessId,
                                   java.lang.String accessKey,
                                   boolean secure,
                                   java.lang.String host,
                                   int port,
                                   Driver driver)