Package | Description |
---|---|
javax.websocket.server |
This package contains all the WebSocket APIs used only by server side
applications.
|
org.glassfish.tyrus.core | |
org.glassfish.tyrus.spi |
Modifier and Type | Method and Description |
---|---|
void |
ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from
a well-formed handshake request.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestContext
Implementation of all possible request interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
UpgradeRequest
Abstraction for a HTTP upgrade request.
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.