AeroGear Netty SockJS Codec 0.11.0

Uses of Class
org.jboss.aerogear.io.netty.handler.codec.sockjs.transport.Transports.Type

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

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

Methods in org.jboss.aerogear.io.netty.handler.codec.sockjs.handler that return Transports.Type
 Transports.Type SockJsHandler.PathParams.transport()
          The type of transport.
 Transports.Type SockJsHandler.MatchingSessionPath.transport()
           
 Transports.Type SockJsHandler.NonSupportedPath.transport()
           
 

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

Methods in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport that return Transports.Type
static Transports.Type Transports.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transports.Type[] Transports.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


AeroGear Netty SockJS Codec 0.11.0

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