org.glassfish.tyrus.grizzly
Class GrizzlyEngine
java.lang.Object
org.glassfish.tyrus.grizzly.GrizzlyEngine
- All Implemented Interfaces:
- TyrusContainer
public class GrizzlyEngine
- extends Object
- implements TyrusContainer
- Author:
- Danny Coward (danny.coward at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrizzlyEngine
public GrizzlyEngine()
createServer
public TyrusServer createServer(String rootPath,
int port)
- Specified by:
createServer in interface TyrusContainer
openClientSocket
public TyrusClientSocket openClientSocket(String path,
javax.websocket.ClientEndpointConfiguration cec,
SPIEndpoint endpoint)
- Specified by:
openClientSocket in interface TyrusContainer
Copyright © 2012. All Rights Reserved.