public class GrizzlyEngine extends Object implements org.glassfish.tyrus.spi.TyrusContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
SSL_ENGINE_CONFIGURATOR |
| Constructor and Description |
|---|
GrizzlyEngine()
Creates Grizzly engine.
|
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.tyrus.spi.TyrusServer |
createServer(String rootPath,
int port) |
org.glassfish.tyrus.spi.TyrusClientSocket |
openClientSocket(String url,
javax.websocket.ClientEndpointConfig cec,
org.glassfish.tyrus.spi.SPIEndpoint endpoint,
org.glassfish.tyrus.spi.SPIHandshakeListener listener,
Map<String,Object> properties) |
public static final String SSL_ENGINE_CONFIGURATOR
public org.glassfish.tyrus.spi.TyrusServer createServer(String rootPath, int port)
createServer in interface org.glassfish.tyrus.spi.TyrusContainerpublic org.glassfish.tyrus.spi.TyrusClientSocket openClientSocket(String url, javax.websocket.ClientEndpointConfig cec, org.glassfish.tyrus.spi.SPIEndpoint endpoint, org.glassfish.tyrus.spi.SPIHandshakeListener listener, Map<String,Object> properties)
openClientSocket in interface org.glassfish.tyrus.spi.TyrusContainerCopyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.