Example usage for org.springframework.web.context.request.async CallableProcessingInterceptorAdapter subclass-usage

List of usage examples for org.springframework.web.context.request.async CallableProcessingInterceptorAdapter subclass-usage

Introduction

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

Usage

From source file com.sishuok.chapter3.web.interceptor.MyCallableInterceptor.java

/**
 * <p>User: Zhang Kaitao
 * <p>Date: 13-7-18 ?8:23
 * <p>Version: 1.0
 */
public class MyCallableInterceptor extends CallableProcessingInterceptorAdapter {

From source file com.nec.harvest.servlet.interceptor.async.TimeoutCallableProcessingInterceptor.java

/**
 * Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not
 * already committed. Registered at the end, after all other interceptors and
 * therefore invoked only if no other interceptor handles the timeout.
 *
 * <p>

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