Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7886455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:19:21+00:00 2026-06-03T05:19:21+00:00

This side says that it can support https through the code provided. However, the

  • 0

This side says that it can support https through the code provided. However, the Appengine SDK complains that:

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
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:19:22+00:00Added an answer on June 3, 2026 at 5:19 am

    See urlfetch (for both Java and Python): https://developers.google.com/appengine/docs/java/urlfetch/

    App Engine applications can communicate with other applications or
    access other resources on the web by fetching URLs. An app can use the
    URL Fetch service to issue HTTP and HTTPS requests and receive
    responses. The URL Fetch service uses Google’s network infrastructure
    for efficiency and scaling purposes.

    Example:

    import java.net.MalformedURLException;
    import java.net.URL;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.IOException;
    
    // ...
            try {
                URL url = new URL("http://www.example.com/atom.xml");
                BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));
                String line;
    
                while ((line = reader.readLine()) != null) {
                    // ...
                }
                reader.close();
    
            } catch (MalformedURLException e) {
                // ...
            } catch (IOException e) {
                // ...
            }
    

    About HTTP(S):

    The URL to be fetched can use any port number in the following ranges:
    80-90, 440-450, 1024-65535
    . If the port is not mentioned in the URL,
    the port is implied by the scheme: http://… is port 80, https://…
    is port 443.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I translated this code(it has bad side effect that it just capture the outer
Does MySQLdb support server-side prepared statements ? I can't figure this out from its
I am very new to Silverlight development. I understand that this is client side
When I run this code fragment, neither side is taken. if (Boolean.class.isAssignableFrom(boolean.class)) { uLog.error(Boolean
A little in disbelief Java makes it this easy on the client side. I
I have the following code, and the javascript console in chrome says Can't read
I came across this post on the MSMobiles.com blog that says the following, among
A good example is the SO star on the left hand side of this
This question somehow addresses the problem, but not from the side I'm looking for.
On this site: http://walkman.pk/aserdus2/tagok.php I have two background-images on the left and right side,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.