| Package | Description |
|---|---|
| org.glassfish.tyrus.websockets |
| Modifier and Type | Method and Description |
|---|---|
static List<Extension> |
HandShake.fromHeaders(List<String> extensionHeaders)
|
static List<Extension> |
HandShake.fromString(String s)
Parsing of one
Extension. |
protected List<Extension> |
HandShake.getExtensions() |
List<Extension> |
WebSocketApplication.getSupportedExtensions()
Return the websocket extensions supported by this
WebSocketApplication. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
HandShake.joinExtensions(List<Extension> extensions) |
void |
WebSocketApplication.onExtensionNegotiation(List<Extension> extensions)
Invoked during the handshake if the client has advertised extensions
it may use and one or more extensions intersect with those returned
by
WebSocketApplication.getSupportedExtensions(). |
void |
HandShake.setExtensions(List<Extension> extensions) |
Copyright © 2012-2013. All Rights Reserved.