パッケージ | 説明 |
---|---|
com.sun.net.httpserver |
組み込みの HTTP サーバーの構築に使用できる、単純で高度な HTTP サーバー API を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
abstract HttpContext |
HttpServer.createContext(String path)
最初にハンドラを指定せずに HttpContext を作成します。
|
abstract HttpContext |
HttpServer.createContext(String path, HttpHandler handler)
HttpContext を作成します。
|
abstract HttpContext |
HttpExchange.getHttpContext()
この交換の HttpContext を取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
abstract void |
HttpServer.removeContext(HttpContext context)
指定されたコンテキストをサーバーから削除します。
|
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.