List of usage examples for javax.websocket.server ServerApplicationConfig interface-usage
From source file org.entermedia.websocket.AnnotationServerConfig.java
public class AnnotationServerConfig implements ServerApplicationConfig { private static final Log log = LogFactory.getLog(AnnotationServerConfig.class); GetHttpSessionConfigurator configurator = new GetHttpSessionConfigurator(); @Override public Set<ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends Endpoint>> scanned) {