パッケージ com.kazurayam.subprocessj

クラス HiThereServer

java.lang.Object
com.kazurayam.subprocessj.HiThereServer

public class HiThereServer extends Object
A HTTP Server that listens to the IP port #8500. It replies "Hi there!" to any request. This is easily activated by java.lang.ProcessBuilder. This is useful to learn how to utilize ProcessBuilder.