此方面表示,它可以通過提供的代碼支持https。但是,Appengine SDK抱怨:使用AppEngine獲取Https URL
java.net.InetAddress is not supported by Google App Engine's Java runtime environment
java.net.Socket is not supported by Google App Engine's Java runtime environment
javax.net.ssl.SSLSession is not supported by Google App Engine's Java runtime environment
我的觀點是我們如何才能從appengine代碼中進行「休息」? – xybrek 2012-04-26 09:24:30
很明顯,是的。 urlfetch執行HTTP或HTTPS請求,該請求基本上調用給定的URL,並且這基本上是RESTful。 – 2012-04-27 17:53:01