Package | Description |
---|---|
javax.websocket | |
javax.websocket.server |
Modifier and Type | Method | Description |
---|---|---|
void |
ClientEndpointConfig.Configurator.afterResponse(HandshakeResponse hr) |
This method is called by the implementation after it has received a handshake response
from the server as a result of a handshake interaction it initiated.
|
Modifier and Type | Method | 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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.