public interface MuxAddServer
| Modifier and Type | Method and Description |
|---|---|
UpgradeRequest |
getPhysicalHandshakeRequest() |
UpgradeResponse |
getPhysicalHandshakeResponse() |
void |
handshake(Muxer muxer,
MuxChannel channel,
UpgradeRequest request)
Perform the handshake.
|
UpgradeRequest getPhysicalHandshakeRequest()
UpgradeResponse getPhysicalHandshakeResponse()
void handshake(Muxer muxer, MuxChannel channel, UpgradeRequest request) throws MuxException, IOException
channel - the channel to attach the WebSocketSession to.requestHandshake - the request handshake (request headers)AbstractMuxException - if unable to handshakeIOException - if unable to parse request headersMuxExceptionCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.