public class WebSocketServletConnectionD00 extends WebSocketConnectionD00 implements WebSocketServletConnection
LENGTH_FRAME, SENTINEL_FRAME_endp| Constructor and Description |
|---|
WebSocketServletConnectionD00(WebSocketFactory factory,
WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol) |
void |
onClose()
Called after the connection is closed
|
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, onFrameHandshake, onInputShutdown, onWebsocketOpen, sendControl, sendFrame, sendMessage, sendMessage, setAllowFrameFragmentation, setHixieKeys, setMaxBinaryMessageSize, setMaxIdleTime, setMaxTextMessageSize, shutdown, textOpcodegetEndPoint, getTimeStamp, onIdleExpired, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfillBuffersFrom, getConnection, getExtensions, shutdownonInputShutdowngetTimeStamp, handle, isIdle, isSuspended, onIdleExpiredpublic WebSocketServletConnectionD00(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol) throws IOException
IOExceptionpublic void handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol)
throws IOException
handshake in interface WebSocketServletConnectionIOExceptionpublic void onClose()
ConnectiononClose in interface ConnectiononClose in class WebSocketConnectionD00Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.