Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356.server | |
org.eclipse.jetty.websocket.jsr356.server.pathmap | |
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.server.pathmap |
Modifier and Type | Method and Description |
---|---|
PathSpec |
JsrHandshakeRequest.getRequestPathSpec() |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketPathSpec
PathSpec for WebSocket @
ServerEndpoint declarations with support for URI templates and @PathParam annotations |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketUpgradeHandlerWrapper.addMapping(PathSpec spec,
WebSocketCreator creator) |
void |
WebSocketUpgradeFilter.addMapping(PathSpec spec,
WebSocketCreator creator) |
void |
MappedWebSocketCreator.addMapping(PathSpec spec,
WebSocketCreator creator) |
Modifier and Type | Class and Description |
---|---|
class |
RegexPathSpec |
class |
ServletPathSpec |
Modifier and Type | Method and Description |
---|---|
PathSpec |
PathMappings.MappedResource.getPathSpec() |
Modifier and Type | Method and Description |
---|---|
int |
PathSpec.compareTo(PathSpec other) |
void |
PathMappings.put(PathSpec pathSpec,
E resource) |
Constructor and Description |
---|
PathMappings.MappedResource(PathSpec pathSpec,
E resource) |
Copyright © 1995-2015 Webtide. All Rights Reserved.