This question suggests you're just starting out, so I'd advise before 
trying to build anything to first familiarize yourself with the 
documentation <https://cloud.google.com/appengine/docs/java/> to understand 
how App Engine works. App Engine does not have a single instance 
<https://cloud.google.com/appengine/docs/standard/java/an-overview-of-app-engine#versions_and_instances>with
 
a static IP address, and you cannot listen on a socket 
<https://cloud.google.com/appengine/docs/standard/java/sockets/#limitations_and_restrictions>
 
in App Engine, only connect to outbound sockets. All inbound traffic to App 
Engine is HTTP(S) traffic which is directed through a front-end 
(appspot.com or via your own custom domain name).

If you're looking for an environment where you have a single machine with a 
static IP which you can connect you, I'd suggest looking at Google Compute 
Engine <https://cloud.google.com/compute/>.

On Saturday, March 11, 2017 at 11:11:02 AM UTC-5, sandeep negi wrote:
>
> How to configure IP and Port in App engine Java Environment, And How to 
> Receive Data on that Port in GAE Application.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f1836c80-2b52-4cf7-91fb-85c0ad0ed5cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to