public class PushEndpointHandlerProxy
extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler
implements org.atmosphere.handler.AnnotatedProxy
Constructor and Description |
---|
PushEndpointHandlerProxy() |
Modifier and Type | Method and Description |
---|---|
org.atmosphere.handler.AnnotatedProxy |
configure(org.atmosphere.cpr.AtmosphereConfig config,
Object c) |
Object |
invoke(RemoteEndpointImpl resource,
Object msg) |
protected void |
invokeOpenOrClose(Method m,
RemoteEndpointImpl r) |
void |
onRequest(org.atmosphere.cpr.AtmosphereResource resource) |
void |
onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event) |
boolean |
pathParams() |
protected boolean |
pathParams(Object o) |
Object |
target() |
String |
toString() |
destroy, init, postStateChange, useTwoStepWrite, write
public org.atmosphere.handler.AnnotatedProxy configure(org.atmosphere.cpr.AtmosphereConfig config, Object c)
configure
in interface org.atmosphere.handler.AnnotatedProxy
public void onRequest(org.atmosphere.cpr.AtmosphereResource resource) throws IOException
onRequest
in interface org.atmosphere.cpr.AtmosphereHandler
IOException
public void onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event) throws IOException
onStateChange
in interface org.atmosphere.cpr.AtmosphereHandler
onStateChange
in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
IOException
public boolean pathParams()
pathParams
in interface org.atmosphere.handler.AnnotatedProxy
protected boolean pathParams(Object o)
public Object invoke(RemoteEndpointImpl resource, Object msg) throws IOException
IOException
public Object target()
target
in interface org.atmosphere.handler.AnnotatedProxy
protected void invokeOpenOrClose(Method m, RemoteEndpointImpl r)
Copyright © 2016. All rights reserved.