org.atmosphere.vertx
Class VertxAtmosphere
java.lang.Object
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
|
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 |
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.