| Modifier and Type | Method and Description |
|---|---|
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.broadcaster(Class<org.atmosphere.cpr.Broadcaster> broadcasterClass)
Configure the default
Broadcaster |
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.broadcasterCache(Class<? extends org.atmosphere.cpr.BroadcasterCache> broadcasterCache)
Configure the default
BroadcasterCache |
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.broadcasterFactory(org.atmosphere.cpr.BroadcasterFactory broadcasterFactory)
Configure the default
BroadcasterFactory |
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.httpServer(org.vertx.java.core.http.HttpServer httpServer)
Set the Vert.x
HttpServer |
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.initParam(String name,
String value)
Add some init param
|
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.interceptor(org.atmosphere.cpr.AtmosphereInterceptor interceptor)
Add an
AtmosphereInterceptor |
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.resource(Class<?> resource)
An annotated Atmosphere class.
|
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.url(String url) |
VertxAtmosphere.Builder |
VertxAtmosphere.Builder.webSocketProtocol(Class<? extends org.atmosphere.websocket.WebSocketProtocol> webSocketProtocol)
Configure the default
WebSocketProtocol |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereCoordinator |
AtmosphereCoordinator.configure(VertxAtmosphere.Builder b) |
Copyright © 2015. All Rights Reserved.