| Package | Description |
|---|---|
| org.glassfish.grizzly.websockets |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
HandShake.getExtensions() |
List<Extension> |
WebSocketApplication.getSupportedExtensions()
Return the websocket extensions supported by this
WebSocketApplication. |
protected List<Extension> |
HandShake.intersection(List<Extension> requested,
List<Extension> supported) |
protected List<Extension> |
HandShake.parseExtensionsHeader(String headerValue) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Extension> |
HandShake.intersection(List<Extension> requested,
List<Extension> supported) |
protected List<Extension> |
HandShake.intersection(List<Extension> requested,
List<Extension> supported) |
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 © 2017 Oracle Corporation. All Rights Reserved.