public class HttpServer extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
HttpServer.ActionResult |
static interface |
HttpServer.IAction |
static class |
HttpServer.Request |
| コンストラクタと説明 |
|---|
HttpServer() |
public static void main(String[] args) throws IOException
IOExceptionpublic void run(int port)
throws IOException
IOExceptionpublic void addAction(HttpServer.IAction action)
public boolean isAlive()
public void terminate()
throws InterruptedException
Copyright © 2014. All rights reserved.