org.eclipse.jetty.websocket
Class WebSocketServletConnectionD08
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.websocket.WebSocketConnectionD08
org.eclipse.jetty.websocket.WebSocketServletConnectionD08
- All Implemented Interfaces:
- Connection, AsyncConnection, WebSocketConnection, WebSocketServletConnection
public class WebSocketServletConnectionD08
- extends WebSocketConnectionD08
- implements WebSocketServletConnection
Method Summary |
void |
handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol)
|
void |
onClose()
Called when the connection is closed |
Methods inherited from class org.eclipse.jetty.websocket.WebSocketConnectionD08 |
closeIn, closeOut, fillBuffersFrom, getConnection, getExtensions, handle, hashKey, isIdle, isSuspended, onFrameHandshake, onIdleExpired, onInputShutdown, onWebSocketOpen, shutdown, toString |
WebSocketServletConnectionD08
public WebSocketServletConnectionD08(WebSocketFactory factory,
WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
String protocol,
List<Extension> extensions,
int draft)
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
onClose
public void onClose()
- Description copied from interface:
Connection
- Called when the connection is closed
- Specified by:
onClose
in interface Connection
- Overrides:
onClose
in class WebSocketConnectionD08
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.