public class WebsocketBundle extends Object implements io.dropwizard.Bundle
| Constructor and Description |
|---|
WebsocketBundle(Class<?>... endpoints) |
WebsocketBundle(javax.websocket.server.ServerEndpointConfig... configs) |
WebsocketBundle(javax.websocket.server.ServerEndpointConfig.Configurator defaultConfigurator,
Class<?>... endpoints) |
WebsocketBundle(javax.websocket.server.ServerEndpointConfig.Configurator defaultConfigurator,
Collection<Class<?>> endpointClasses,
Collection<javax.websocket.server.ServerEndpointConfig> serverEndpointConfigs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpoint(Class<?> clazz) |
void |
addEndpoint(javax.websocket.server.ServerEndpointConfig epC) |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(io.dropwizard.setup.Environment environment) |
public WebsocketBundle(javax.websocket.server.ServerEndpointConfig.Configurator defaultConfigurator,
Class<?>... endpoints)
public WebsocketBundle(Class<?>... endpoints)
public WebsocketBundle(javax.websocket.server.ServerEndpointConfig... configs)
public WebsocketBundle(javax.websocket.server.ServerEndpointConfig.Configurator defaultConfigurator,
Collection<Class<?>> endpointClasses,
Collection<javax.websocket.server.ServerEndpointConfig> serverEndpointConfigs)
public void addEndpoint(javax.websocket.server.ServerEndpointConfig epC)
public void addEndpoint(Class<?> clazz)
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.Bundlepublic void run(io.dropwizard.setup.Environment environment)
run in interface io.dropwizard.BundleCopyright © 2017. All rights reserved.