public interface WebSocketHandshake
| Modifier and Type | Method and Description |
|---|---|
void |
doHandshakeResponse(ServletUpgradeRequest request,
ServletUpgradeResponse response)
Formulate a WebSocket upgrade handshake response.
|
void doHandshakeResponse(ServletUpgradeRequest request, ServletUpgradeResponse response) throws java.io.IOException
request - the requestresponse - the responsejava.io.IOException - if unable to handshakeCopyright © 1995–2021 Webtide. All rights reserved.