com.paypal.base
Class GoogleAppEngineHttpConnection
java.lang.Object
com.paypal.base.HttpConnection
com.paypal.base.GoogleAppEngineHttpConnection
public class GoogleAppEngineHttpConnection
- extends HttpConnection
A special HttpConnection for use on Google App Engine.
In order to activate this feature, set 'http.GoogleAppEngine = true' in the
SDK config file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleAppEngineHttpConnection
public GoogleAppEngineHttpConnection()
setupClientSSL
public void setupClientSSL(String certPath,
String certKey)
throws SSLConfigurationException
- Description copied from class:
HttpConnection
- Set ssl parameters for client authentication
- Specified by:
setupClientSSL in class HttpConnection
- Throws:
SSLConfigurationException
createAndconfigureHttpConnection
public void createAndconfigureHttpConnection(HttpConfiguration clientConfiguration)
throws IOException
- Description copied from class:
HttpConnection
- create and configure HttpsURLConnection object
- Specified by:
createAndconfigureHttpConnection in class HttpConnection
- Throws:
MalformedURLException
IOException
Copyright © 2015. All Rights Reserved.