org.atmosphere.vertx
Class VertxAtmosphere

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

public class VertxAtmosphere
extends Object

A boostrap class that can be used to bridge Atmosphere and Vert.x. As simple as

public class VertxJerseyChat extends Verticle { private static final Logger logger = LoggerFactory.getLogger(VertxJerseyChat.class);

Author:
Jeanfrancois Arcand

Nested Class Summary
static class VertxAtmosphere.Builder
           
 
Method Summary
 boolean matchPath(String path)
          Is the path match one of the resource deployed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

matchPath

public boolean matchPath(String path)
Is the path match one of the resource deployed.

Parameters:
path -
Returns:
boolean if true.


Copyright © 2013. All Rights Reserved.