public class MuxAddHandler extends Object implements MuxAddServer
| Constructor and Description |
|---|
MuxAddHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.websocket.api.UpgradeRequest |
getPhysicalHandshakeRequest() |
org.eclipse.jetty.websocket.api.UpgradeResponse |
getPhysicalHandshakeResponse() |
void |
handshake(Muxer muxer,
MuxChannel channel,
org.eclipse.jetty.websocket.api.UpgradeRequest request)
An incoming MuxAddChannel request.
|
public org.eclipse.jetty.websocket.api.UpgradeRequest getPhysicalHandshakeRequest()
getPhysicalHandshakeRequest in interface MuxAddServerpublic org.eclipse.jetty.websocket.api.UpgradeResponse getPhysicalHandshakeResponse()
getPhysicalHandshakeResponse in interface MuxAddServerpublic void handshake(Muxer muxer, MuxChannel channel, org.eclipse.jetty.websocket.api.UpgradeRequest request) throws MuxException, IOException
handshake in interface MuxAddServerthe - channel this request should be bound torequest - the incoming request headers (complete and merged if delta encoded)MuxExceptionIOExceptionCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.