public class TyrusWebSocketAddOn extends Object implements org.glassfish.grizzly.http.server.AddOn
| Constructor and Description |
|---|
TyrusWebSocketAddOn(org.glassfish.grizzly.http.server.ServerConfiguration serverConfiguration,
org.glassfish.grizzly.servlet.WebappContext webappContext,
String contextPath,
boolean includeWsadlSupport,
org.glassfish.grizzly.http.server.HttpHandler staticHttpHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
doneDeployment() |
void |
setup(org.glassfish.grizzly.http.server.NetworkListener networkListener,
org.glassfish.grizzly.filterchain.FilterChainBuilder builder) |
void |
start(int port) |
void |
stop() |
public TyrusWebSocketAddOn(org.glassfish.grizzly.http.server.ServerConfiguration serverConfiguration,
org.glassfish.grizzly.servlet.WebappContext webappContext,
String contextPath,
boolean includeWsadlSupport,
org.glassfish.grizzly.http.server.HttpHandler staticHttpHandler)
public void start(int port)
throws IOException,
javax.websocket.DeploymentException
IOExceptionjavax.websocket.DeploymentExceptionpublic void doneDeployment()
public void stop()
public void setup(org.glassfish.grizzly.http.server.NetworkListener networkListener,
org.glassfish.grizzly.filterchain.FilterChainBuilder builder)
setup in interface org.glassfish.grizzly.http.server.AddOnCopyright © 2019. All rights reserved.