public interface MappedWebSocketCreator
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(PathSpec spec,
WebSocketCreator creator)
Deprecated.
use
addMapping(org.eclipse.jetty.http.pathmap.PathSpec, WebSocketCreator) instead.
(support classes moved to generic jetty-http project) |
void |
addMapping(PathSpec spec,
WebSocketCreator creator)
Add a mapping.
|
MappedResource<WebSocketCreator> |
getMapping(String target)
Get specific MappedResource for associated target.
|
@Deprecated void addMapping(PathSpec spec, WebSocketCreator creator)
addMapping(org.eclipse.jetty.http.pathmap.PathSpec, WebSocketCreator) instead.
(support classes moved to generic jetty-http project)spec - the path spec to usecreator - the creator for the mappingvoid addMapping(PathSpec spec, WebSocketCreator creator)
spec - the path spec to usecreator - the creator for the mappingMappedResource<WebSocketCreator> getMapping(String target)
target - the target to get mapping forCopyright © 1995-2016 Webtide. All Rights Reserved.