@AtmosphereInterceptorService
public class SocketIOAtmosphereInterceptor
extends java.lang.Object
implements org.atmosphere.cpr.AtmosphereInterceptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUFFER_SIZE_INIT_PARAM |
static java.lang.String |
SOCKETIO_HEARTBEAT |
static java.lang.String |
SOCKETIO_HEARTBEAT_TIMEOUT |
static java.lang.String |
SOCKETIO_PACKET |
static java.lang.String |
SOCKETIO_SUSPEND |
static java.lang.String |
SOCKETIO_TIMEOUT |
static java.lang.String |
SOCKETIO_TRANSPORT |
| Constructor and Description |
|---|
SocketIOAtmosphereInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.atmosphere.cpr.AtmosphereConfig config) |
void |
destroy() |
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereResource r) |
void |
postInspect(org.atmosphere.cpr.AtmosphereResource r) |
java.lang.String |
toString() |
public static final java.lang.String SOCKETIO_PACKET
public static final java.lang.String BUFFER_SIZE_INIT_PARAM
public static final java.lang.String SOCKETIO_TRANSPORT
public static final java.lang.String SOCKETIO_TIMEOUT
public static final java.lang.String SOCKETIO_HEARTBEAT
public static final java.lang.String SOCKETIO_HEARTBEAT_TIMEOUT
public static final java.lang.String SOCKETIO_SUSPEND
public java.lang.String toString()
toString in class java.lang.Objectpublic org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
inspect in interface org.atmosphere.cpr.AtmosphereInterceptorpublic void postInspect(org.atmosphere.cpr.AtmosphereResource r)
postInspect in interface org.atmosphere.cpr.AtmosphereInterceptorpublic void destroy()
destroy in interface org.atmosphere.cpr.AtmosphereInterceptorpublic void configure(org.atmosphere.cpr.AtmosphereConfig config)
configure in interface org.atmosphere.inject.AtmosphereConfigAwareCopyright © 2020. All Rights Reserved.