handle(ClientRequest request)メソッド
説明
指定されたClientRequestオブジェクトの内容でHTTPリクエストを処理し,ClientResponseオブジェクトとしてHTTPレスポンスを返します。
構文
public ClientResponse handle(ClientRequest request)
throws ClientHandlerException
パラメタ
戻り値
HTTPレスポンスを返します。
例外
注意事項