Example usage for javax.websocket.server ServerApplicationConfig interface-usage

List of usage examples for javax.websocket.server ServerApplicationConfig interface-usage

Introduction

In this page you can find the example usage for javax.websocket.server ServerApplicationConfig interface-usage.

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) {