AeroGear Netty SockJS Codec 0.11.0

Uses of Class
org.jboss.aerogear.io.netty.handler.codec.sockjs.SockJsConfig

Packages that use SockJsConfig
org.jboss.aerogear.io.netty.handler.codec.sockjs An SockJS impelementation. 
org.jboss.aerogear.io.netty.handler.codec.sockjs.transport Transport implementations for SockJS 
 

Uses of SockJsConfig in org.jboss.aerogear.io.netty.handler.codec.sockjs
 

Methods in org.jboss.aerogear.io.netty.handler.codec.sockjs that return SockJsConfig
 SockJsConfig SockJsConfig.Builder.build()
          Builds Config with the previously set values.
 SockJsConfig SockJsServiceFactory.config()
          The SockJsConfig for the session itself.
 SockJsConfig SockJsService.config()
          The SockJsConfig for this service
 SockJsConfig AbstractSockJsServiceFactory.config()
           
 

Constructors in org.jboss.aerogear.io.netty.handler.codec.sockjs with parameters of type SockJsConfig
AbstractSockJsServiceFactory(SockJsConfig config)
           
 

Uses of SockJsConfig in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport
 

Fields in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport declared as SockJsConfig
protected  SockJsConfig AbstractSendTransport.config
           
 

Methods in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport with parameters of type SockJsConfig
static void Transports.setDefaultHeaders(io.netty.handler.codec.http.FullHttpResponse response, SockJsConfig config, io.netty.handler.codec.http.HttpRequest request)
          Sets the following Http response headers - SET_COOKIE if areCookiesNeeded() is true, and uses the requests cookie
static void Transports.setDefaultHeaders(io.netty.handler.codec.http.HttpResponse response, SockJsConfig config)
          Sets the following Http response headers - SET_COOKIE if areCookiesNeeded() is true - CACHE_CONTROL to Transports.setNoCacheHeaders(HttpResponse) - CORS Headers to Transports.setCORSHeaders(HttpResponse)
static void Transports.setSessionIdCookie(io.netty.handler.codec.http.FullHttpResponse response, SockJsConfig config, io.netty.handler.codec.http.HttpRequest request)
          Sets the Http response header SET_COOKIE if areCookiesNeeded() is true.
 

Constructors in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport with parameters of type SockJsConfig
AbstractSendTransport(SockJsConfig config)
           
EventSourceTransport(SockJsConfig config, io.netty.handler.codec.http.HttpRequest request)
           
HtmlFileTransport(SockJsConfig config, io.netty.handler.codec.http.HttpRequest request)
           
JsonpPollingTransport(SockJsConfig config, io.netty.handler.codec.http.FullHttpRequest request)
           
JsonpSendTransport(SockJsConfig config)
           
RawWebSocketTransport(SockJsConfig config, SockJsService service)
           
WebSocketTransport(SockJsConfig config)
           
XhrPollingTransport(SockJsConfig config, io.netty.handler.codec.http.FullHttpRequest request)
          Sole constructor.
XhrSendTransport(SockJsConfig config)
           
XhrStreamingTransport(SockJsConfig config, io.netty.handler.codec.http.HttpRequest request)
          Sole constructor.
 


AeroGear Netty SockJS Codec 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.