Package org.oddjob.websocket
Class NotifierConfigurator
java.lang.Object
javax.websocket.server.ServerEndpointConfig.Configurator
org.oddjob.websocket.NotifierConfigurator
public class NotifierConfigurator
extends javax.websocket.server.ServerEndpointConfig.Configurator
Creates an
NotifierServerEndpoint with an RemoteNotifier.-
Constructor Summary
ConstructorsConstructorDescriptionNotifierConfigurator(RemoteNotifier remoteNotifier, com.google.gson.Gson gson) -
Method Summary
Methods inherited from class javax.websocket.server.ServerEndpointConfig.Configurator
checkOrigin, getNegotiatedExtensions, getNegotiatedSubprotocol, modifyHandshake
-
Constructor Details
-
NotifierConfigurator
-
-
Method Details
-
getEndpointInstance
- Overrides:
getEndpointInstancein classjavax.websocket.server.ServerEndpointConfig.Configurator- Throws:
InstantiationException
-