@AtmosphereInterceptorService
public class SwaggerSocketProtocolInterceptor
extends org.atmosphere.cpr.AtmosphereInterceptorAdapter
| Constructor and Description |
|---|
SwaggerSocketProtocolInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.atmosphere.cpr.AtmosphereConfig config) |
SwaggerSocketProtocolInterceptor |
emptyentity(boolean emptyentity) |
SwaggerSocketProtocolInterceptor |
excludedheaders(String p) |
SwaggerSocketProtocolInterceptor |
includedheaders(String p) |
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereResource r) |
SwaggerSocketProtocolInterceptor |
lazywrite(boolean lazywrite) |
protected Request |
lookupRequest(org.atmosphere.cpr.AtmosphereRequest request) |
protected void |
schedule(org.atmosphere.cpr.AtmosphereResource r,
String uuid) |
void |
setEmptyentity(boolean emptyentity) |
void |
setExcludedheaders(Pattern excludedheaders) |
void |
setIncludedheaders(Pattern includedheaders) |
void |
setLazywrite(boolean lazywrite) |
protected static org.atmosphere.cpr.AtmosphereRequest |
toAtmosphereRequest(org.atmosphere.cpr.AtmosphereRequest r,
ProtocolBase request) |
protected Object |
wrapMessage(org.atmosphere.cpr.AtmosphereResponse res,
String message) |
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
configure in interface org.atmosphere.cpr.AtmosphereInterceptorconfigure in class org.atmosphere.cpr.AtmosphereInterceptorAdapterpublic SwaggerSocketProtocolInterceptor lazywrite(boolean lazywrite)
public void setLazywrite(boolean lazywrite)
public SwaggerSocketProtocolInterceptor emptyentity(boolean emptyentity)
public void setEmptyentity(boolean emptyentity)
public SwaggerSocketProtocolInterceptor includedheaders(String p)
public void setIncludedheaders(Pattern includedheaders)
public SwaggerSocketProtocolInterceptor excludedheaders(String p)
public void setExcludedheaders(Pattern excludedheaders)
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
inspect in interface org.atmosphere.cpr.AtmosphereInterceptorinspect in class org.atmosphere.cpr.AtmosphereInterceptorAdapterprotected void schedule(org.atmosphere.cpr.AtmosphereResource r,
String uuid)
protected static final org.atmosphere.cpr.AtmosphereRequest toAtmosphereRequest(org.atmosphere.cpr.AtmosphereRequest r,
ProtocolBase request)
protected Request lookupRequest(org.atmosphere.cpr.AtmosphereRequest request)
Copyright © 2015. All Rights Reserved.