| Modifier and Type | Method and Description |
|---|---|
static TyrusServerContainer |
ServerContainerFactory.create(Class<? extends org.glassfish.tyrus.spi.TyrusContainer> providerClass,
String contextPath,
int port,
Set<Class<?>> configuration,
Set<Class<?>> dynamicallyAddedClasses,
Set<javax.websocket.server.ServerEndpointConfig> dynamicallyAddedEndpointConfigs)
Creates a new server container based on the supplied container provider.
|
static TyrusServerContainer |
ServerContainerFactory.create(String providerClassName,
String contextPath,
int port,
Set<Class<?>> classes)
Creates a new server container based on the supplied container provider.
|
TyrusServerContainer |
Server.getServerContainer() |
Copyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.