public class WebSocketServletConnectionD06 extends WebSocketConnectionD06 implements WebSocketServletConnection
_endp| Constructor and Description |
|---|
WebSocketServletConnectionD06(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
|
closeIn, closeOut, fillBuffersFrom, getConnection, getExtensions, handle, hashKey, isIdle, isSuspended, onFrameHandshake, onIdleExpired, onInputShutdown, onWebSocketOpen, shutdowngetEndPoint, getTimeStamp, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfillBuffersFrom, getConnection, getExtensions, shutdownonInputShutdowngetTimeStamp, handle, isIdle, isSuspended, onIdleExpiredpublic WebSocketServletConnectionD06(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 WebSocketConnectionD06Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.