Java org.springframework.web.context.request.async DeferredResultProcessingInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.context.request.async DeferredResultProcessingInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.context.request.async DeferredResultProcessingInterceptor.

The text is from its open source code.

Implementation

org.springframework.web.context.request.async.DeferredResultProcessingInterceptor has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidbeforeConcurrentHandling(NativeWebRequest request, DeferredResult deferredResult)
Invoked immediately before the start of concurrent handling, in the same thread that started it.
ClassgetClass()
Returns the runtime class of this Object .
booleanhandleError(NativeWebRequest request, DeferredResult deferredResult, Throwable t)
Invoked from a container thread when an error occurred while processing an async request before the DeferredResult has been set.
booleanhandleTimeout(NativeWebRequest request, DeferredResult deferredResult)
Invoked from a container thread when an async request times out before the DeferredResult has been set.
inthashCode()
Returns a hash code value for the object.
voidpreProcess(NativeWebRequest request, DeferredResult deferredResult)
Invoked immediately after the start of concurrent handling, in the same thread that started it.