| Package | Description |
|---|---|
| org.glassfish.tyrus.websockets | |
| org.glassfish.tyrus.websockets.uri |
| Modifier and Type | Field and Description |
|---|---|
WebSocketApplication |
WebSocketEngine.WebSocketHolder.application |
| Modifier and Type | Method and Description |
|---|---|
HandShake |
ProtocolHandler.handshake(Connection connection,
WebSocketApplication app,
WebSocketRequest request) |
void |
WebSocketEngine.register(WebSocketApplication app)
Registers the specified
WebSocketApplication with the
WebSocketEngine. |
WebSocketEngine.WebSocketHolder |
WebSocketEngine.setWebSocketHolder(Connection connection,
ProtocolHandler handler,
WebSocketRequest request,
WebSocket socket,
WebSocketApplication application) |
void |
WebSocketEngine.unregister(WebSocketApplication app)
Un-registers the specified
WebSocketApplication with the
WebSocketEngine. |
| Modifier and Type | Method and Description |
|---|---|
WebSocketApplication |
Match.getWebSocketApplication()
Get
WebSocketApplication. |
| Modifier and Type | Method and Description |
|---|---|
static List<Match> |
Match.getAllMatches(String incoming,
Set<WebSocketApplication> thingsWithPath)
Return a list of all matches, in order of match preference, best match last.
|
static Match |
Match.getBestMatch(String incoming,
Set<WebSocketApplication> thingsWithPath)
Returns null, or a Match object
|
Copyright © 2012-2013. All Rights Reserved.