public class WebSocketServletConnectionD06 extends WebSocketConnectionD06 implements WebSocketServletConnection
_endp| Constructor and Description |
|---|
WebSocketServletConnectionD06(WebSocketFactory factory,
WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
java.lang.String protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.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, java.lang.String protocol) throws java.io.IOException
java.io.IOExceptionpublic void handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String subprotocol)
throws java.io.IOException
handshake in interface WebSocketServletConnectionjava.io.IOExceptionpublic void onClose()
ConnectiononClose in interface ConnectiononClose in class WebSocketConnectionD06Copyright © 2013 FuseSource, Corp.. All Rights Reserved.