クラスの使用
org.springframework.web.context.request.async.AsyncRequestNotUsableException
AsyncRequestNotUsableException を使用するパッケージ
パッケージ
説明
org.springframework.web.method.annotation
パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。MVC コントローラーのサポートパッケージ。
org.springframework.web.servlet.mvc.method.annotation 内の AsyncRequestNotUsableException 使用
型 AsyncRequestNotUsableException のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッド修飾子と型メソッド説明protected ResponseEntity<ObjectSE>
ResponseEntityExceptionHandler.handleAsyncRequestNotUsableException
(AsyncRequestNotUsableException ex, WebRequest request) AsyncRequestNotUsableException
の処理をカスタマイズします。org.springframework.web.servlet.mvc.support 内の AsyncRequestNotUsableException 使用
型 AsyncRequestNotUsableException のパラメーターを持つ org.springframework.web.servlet.mvc.support のメソッド修飾子と型メソッド説明protected ModelAndView
DefaultHandlerExceptionResolver.handleAsyncRequestNotUsableException
(AsyncRequestNotUsableException ex, HttpServletRequestEE request, HttpServletResponseEE response, ObjectSE handler) ServletOutputStream からの I/O 障害の場合に対処します。