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, shutdown
getEndPoint, getTimeStamp, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillBuffersFrom, getConnection, getExtensions, shutdown
onInputShutdown
getTimeStamp, handle, isIdle, isSuspended, onIdleExpired
public WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol) throws IOException
IOException
public void handshake(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String subprotocol) throws IOException
handshake
in interface WebSocketServletConnection
IOException
public void onClose()
Connection
onClose
in interface Connection
onClose
in class WebSocketConnectionD06
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.