Skip to content
This repository was archived by the owner on Aug 17, 2017. It is now read-only.

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

java_socket_demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Java Socket API Example App: Whois Client

This small example application demonstrates the use of the App Engine Socket API to query a Whois server.

To build, install maven, then run mvn package. You can run the local dev app server via mvn appengine:devserver and deploy via mvnappengine:update.