org.atmosphere.vertx
Class AtmosphereUtils

java.lang.Object
  extended by org.atmosphere.vertx.AtmosphereUtils

public class AtmosphereUtils
extends Object


Constructor Summary
AtmosphereUtils()
           
 
Method Summary
static String getBaseUri(org.vertx.java.core.http.HttpServerRequest request)
           
static Map<String,String> getHeaders(org.vertx.java.core.http.HttpServerRequest request)
           
static void parseQueryString(Map<String,String[]> qs, String queryString)
           
static org.atmosphere.cpr.AtmosphereRequest request(org.vertx.java.core.http.HttpServerRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereUtils

public AtmosphereUtils()
Method Detail

request

public static final org.atmosphere.cpr.AtmosphereRequest request(org.vertx.java.core.http.HttpServerRequest request)
                                                          throws Throwable
Throws:
Throwable

parseQueryString

public static void parseQueryString(Map<String,String[]> qs,
                                    String queryString)

getBaseUri

public static String getBaseUri(org.vertx.java.core.http.HttpServerRequest request)

getHeaders

public static Map<String,String> getHeaders(org.vertx.java.core.http.HttpServerRequest request)


Copyright © 2013. All Rights Reserved.