パッケージ | 説明 |
---|---|
com.sun.net.httpserver |
組み込みの HTTP サーバーの構築に使用できる、単純で高度な HTTP サーバー API を提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
HttpsExchange
このクラスは、受信した HTTPS 要求と 1 回の交換で生成される応答をカプセル化し、HTTPS プロトコルに固有の HttpExchange への拡張機能を定義します。
|
修飾子と型 | メソッドと説明 |
---|---|
Authenticator.Result |
BasicAuthenticator.authenticate(HttpExchange t) |
abstract Authenticator.Result |
Authenticator.authenticate(HttpExchange exch)
各着信要求を認証するために呼び出されます。
|
void |
Filter.Chain.doFilter(HttpExchange exchange)
チェーン内の次のフィルタを呼び出します。これがチェーン内の最後のフィルタである場合は、ユーザーの交換ハンドラを呼び出します。
|
abstract void |
Filter.doFilter(HttpExchange exchange, Filter.Chain chain)
このフィルタに対し、指定された交換の事前処理または事後処理を要求します。
|
void |
HttpHandler.handle(HttpExchange exchange)
指定された要求を処理し、適切な応答を生成します。
|
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.