パッケージ com.kazurayam.subprocessj

クラス HiThereServer


  • public class HiThereServer
    extends java.lang.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.
    • メソッドの概要

      すべてのメソッド staticメソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      static void main​(java.lang.String[] args)  
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • メソッドの詳細

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        例外:
        java.io.IOException