org.eclipse.jetty.websocket
Class WebSocketServletConnectionD06

java.lang.Object
  extended by org.eclipse.jetty.io.AbstractConnection
      extended by org.eclipse.jetty.websocket.WebSocketConnectionD06
          extended by org.eclipse.jetty.websocket.WebSocketServletConnectionD06
All Implemented Interfaces:
Connection, AsyncConnection, WebSocketConnection, WebSocketServletConnection

public class WebSocketServletConnectionD06
extends WebSocketConnectionD06
implements WebSocketServletConnection


Field Summary
 
Fields inherited from class org.eclipse.jetty.io.AbstractConnection
_endp
 
Constructor Summary
WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol)
           
 
Method Summary
 void handshake(HttpServletRequest request, HttpServletResponse response, String subprotocol)
           
 void onClose()
          Called when the connection is closed
 
Methods inherited from class org.eclipse.jetty.websocket.WebSocketConnectionD06
closeIn, closeOut, fillBuffersFrom, getConnection, getExtensions, handle, hashKey, isIdle, isSuspended, onFrameHandshake, onIdleExpired, onInputShutdown, onWebSocketOpen, shutdown
 
Methods inherited from class org.eclipse.jetty.io.AbstractConnection
getEndPoint, getTimeStamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.websocket.WebSocketConnection
fillBuffersFrom, getConnection, getExtensions, shutdown
 
Methods inherited from interface org.eclipse.jetty.io.nio.AsyncConnection
onInputShutdown
 
Methods inherited from interface org.eclipse.jetty.io.Connection
getTimeStamp, handle, isIdle, isSuspended, onIdleExpired
 

Constructor Detail

WebSocketServletConnectionD06

public WebSocketServletConnectionD06(WebSocketFactory factory,
                                     WebSocket websocket,
                                     EndPoint endpoint,
                                     WebSocketBuffers buffers,
                                     long timestamp,
                                     int maxIdleTime,
                                     String protocol)
                              throws IOException
Throws:
IOException
Method Detail

handshake

public void handshake(HttpServletRequest request,
                      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 WebSocketConnectionD06


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.