Example usage for org.springframework.web.context.request.async DeferredResultProcessingInterceptor interface-usage

List of usage examples for org.springframework.web.context.request.async DeferredResultProcessingInterceptor interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.context.request.async DeferredResultProcessingInterceptor interface-usage.

Usage

From source file org.synchronoss.cloud.nio.multipart.example.spring.ReadListenerDeferredResultProcessingInterceptor.java

/**
 * <p> {@code DeferredResultProcessingInterceptor} that attaches the {@link ReadListenerDeferredResult} to the
 *     {@link javax.servlet.ServletInputStream}.
 *     This interceptor needs to be configured in the spring context. See {@link AsyncSupportConfigurer}
 *
 * @author Silvano Riz.

From source file org.springframework.data.neo4j.web.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started
 * 2) The session is closed if an async request times out

From source file org.springframework.orm.hibernate43.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started

From source file org.springframework.orm.hibernate3.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started

From source file org.springframework.orm.hibernate4.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started

From source file org.springframework.orm.hibernate5.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started

From source file org.springframework.orm.jpa.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started