use of io.joynr.messaging.websocket.WebsocketModule in project joynr by bmwcarit.
the class WebSocketJettyServerModule method configure.
@Override
protected void configure() {
install(new WebsocketModule());
bind(WebSocketEndpointFactory.class).to(WebSocketJettyServerFactory.class);
}
Aggregations