@FunctionalInterfaceSE public interface Handler
| 修飾子と型 | メソッドと説明 |
|---|---|
void | handle(org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response) リクエストを処理します。 |
void handle(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
throws IOExceptionSErequest - リクエスト response - レスポンス IOExceptionSE - I/O エラーの場合 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.