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
Constructor Summary |
WebSocketServletConnectionD08(WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
String protocol,
List<Extension> extensions,
int draft)
|
WebSocketServletConnectionD08(WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
String protocol,
List<Extension> extensions,
int draft,
MaskGen maskgen)
|
Method Summary |
void |
handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol)
|
Methods inherited from class org.eclipse.jetty.websocket.WebSocketConnectionD08 |
closeIn, closeOut, fillBuffersFrom, getConnection, getExtensions, handle, hashKey, isIdle, isSuspended, onClose, onFrameHandshake, onIdleExpired, onInputShutdown, onWebSocketOpen, toString |
WebSocketServletConnectionD08
public WebSocketServletConnectionD08(WebSocket websocket,
EndPoint endpoint,
WebSocketBuffers buffers,
long timestamp,
int maxIdleTime,
String protocol,
List<Extension> extensions,
int draft,
MaskGen maskgen)
throws IOException
- Throws:
IOException
WebSocketServletConnectionD08
public WebSocketServletConnectionD08(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
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.