public class WebsocketBundle extends Object implements io.dropwizard.Bundle
| Constructor and Description |
|---|
WebsocketBundle(Class<?>... endpoints) |
WebsocketBundle(Collection<Class<?>> endClassCls,
Collection<javax.websocket.server.ServerEndpointConfig> epC) |
WebsocketBundle(javax.websocket.server.ServerEndpointConfig... configs) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(io.dropwizard.setup.Environment environment) |
public WebsocketBundle(Class<?>... endpoints)
public WebsocketBundle(javax.websocket.server.ServerEndpointConfig... configs)
public WebsocketBundle(Collection<Class<?>> endClassCls, Collection<javax.websocket.server.ServerEndpointConfig> epC)
Copyright © 2015. All rights reserved.