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