public class HttpPing
extends java.lang.Object
| format | description |
| -s | silent mode |
| -c | content mode |
| -b=<filename> | binary content mode. contents will be stored to the specified file. |
| --auth=<user>/<password> | use basic auth |
| --debug | set debug mode |
| コンストラクタと説明 |
|---|
HttpPing() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isAlive(java.lang.String target) |
static void |
main(java.lang.String[] args) |