Class SimpleRestInterceptor

java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
org.atmosphere.interceptor.SimpleRestInterceptor
All Implemented Interfaces:
AtmosphereInterceptor, AtmosphereConfigAware, InvokationOrder

public class SimpleRestInterceptor extends AtmosphereInterceptorAdapter
An Atmosphere interceptor to enable a simple rest binding protocol. This protocol is a simplified version of SwaggerSocket with some new features https://github.com/swagger-api/swaggersocket This interceptor currently handles both Websocket and SSE protocols. It was originally developed for enabling atmosphere for kafka-rest at https://github.com/elakito/kafka-rest-atmosphere
Author:
elakito