public class GrizzlyEngine extends Object implements 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 |
|---|---|
TyrusServer |
createServer(String rootPath,
int port) |
TyrusClientSocket |
openClientSocket(String url,
javax.websocket.ClientEndpointConfig cec,
SPIEndpoint endpoint,
SPIHandshakeListener listener,
Map<String,Object> properties) |
public static final String SSL_ENGINE_CONFIGURATOR
public TyrusServer createServer(String rootPath, int port)
createServer in interface TyrusContainerpublic TyrusClientSocket openClientSocket(String url, javax.websocket.ClientEndpointConfig cec, SPIEndpoint endpoint, SPIHandshakeListener listener, Map<String,Object> properties)
openClientSocket in interface TyrusContainerCopyright © 2012-2013. All Rights Reserved.