public class StopServer
extends java.lang.Object
implements java.lang.Runnable, java.lang.AutoCloseable
HttpServer.| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
BAD_REQUEST |
static int |
METHOD_NOT_ALLOWED |
static int |
OK |
| コンストラクタと説明 |
|---|
StopServer(int stopPort,
java.lang.String stopCommand,
java.util.concurrent.CountDownLatch latch) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
run() |
public static final int OK
public static final int BAD_REQUEST
public static final int METHOD_NOT_ALLOWED