public interface WebServer| 修飾子と型 | メソッドと説明 |
|---|---|
int | getPort() このサーバーがリッスンしているポートを返します。 |
void | start()Web サーバーを起動します。 |
void | stop()Web サーバーを停止します。 |
void start()
throws WebServerExceptionWebServerException - サーバーを起動できない場合 void stop() throws WebServerException
WebServerException - サーバーを停止できない場合 int getPort()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.