org.eclipse.jetty.websocket
Class WebSocketServletConnectionD00
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.websocket.WebSocketConnectionD00
org.eclipse.jetty.websocket.WebSocketServletConnectionD00
- All Implemented Interfaces:
- Connection, AsyncConnection, WebSocket.Connection, WebSocket.FrameConnection, WebSocketConnection, WebSocketServletConnection
public class WebSocketServletConnectionD00
- extends WebSocketConnectionD00
- implements WebSocketServletConnection
Method Summary |
void |
handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol)
|
Methods inherited from class org.eclipse.jetty.websocket.WebSocketConnectionD00 |
binaryOpcode, close, close, continuationOpcode, disconnect, doTheHixieHixieShake, fillBuffersFrom, finMask, getConnection, getExtensions, getMaxBinaryMessageSize, getMaxIdleTime, getMaxTextMessageSize, getProtocol, handle, isAllowFrameFragmentation, isBinary, isClose, isContinuation, isControl, isIdle, isMessageComplete, isMore, isOpen, isPing, isPong, isSuspended, isText, onClose, onFrameHandshake, onInputShutdown, onWebsocketOpen, sendControl, sendFrame, sendMessage, sendMessage, setAllowFrameFragmentation, setHixieKeys, setMaxBinaryMessageSize, setMaxIdleTime, setMaxTextMessageSize, textOpcode |
WebSocketServletConnectionD00
public WebSocketServletConnectionD00(WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
String protocol)
throws IOException
- Throws:
IOException
handshake
public void handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol)
throws IOException
- Specified by:
handshake
in interface WebSocketServletConnection
- Throws:
IOException
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.