org.eclipse.jetty.websocket
类 WebSocketServletConnectionD06

java.lang.Object
  继承者 org.eclipse.jetty.io.AbstractConnection
      继承者 org.eclipse.jetty.websocket.WebSocketConnectionD06
          继承者 org.eclipse.jetty.websocket.WebSocketServletConnectionD06
所有已实现的接口:
Connection, AsyncConnection, WebSocketConnection, WebSocketServletConnection

public class WebSocketServletConnectionD06
extends WebSocketConnectionD06
implements WebSocketServletConnection


字段摘要
 
从类 org.eclipse.jetty.io.AbstractConnection 继承的字段
_endp
 
构造方法摘要
WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol)
           
 
方法摘要
 void handshake(HttpServletRequest request, HttpServletResponse response, String subprotocol)
           
 void onClose()
          Called after the connection is closed
 
从类 org.eclipse.jetty.websocket.WebSocketConnectionD06 继承的方法
closeIn, closeOut, fillBuffersFrom, getConnection, getExtensions, handle, hashKey, isIdle, isSuspended, onFrameHandshake, onIdleExpired, onInputShutdown, onWebSocketOpen, shutdown
 
从类 org.eclipse.jetty.io.AbstractConnection 继承的方法
getEndPoint, getTimeStamp, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 org.eclipse.jetty.websocket.WebSocketConnection 继承的方法
fillBuffersFrom, getConnection, getExtensions, shutdown
 
从接口 org.eclipse.jetty.io.nio.AsyncConnection 继承的方法
onInputShutdown
 
从接口 org.eclipse.jetty.io.Connection 继承的方法
getTimeStamp, handle, isIdle, isSuspended, onIdleExpired
 

构造方法详细信息

WebSocketServletConnectionD06

public WebSocketServletConnectionD06(WebSocketFactory factory,
                                     WebSocket websocket,
                                     EndPoint endpoint,
                                     WebSocketBuffers buffers,
                                     long timestamp,
                                     int maxIdleTime,
                                     String protocol)
                              throws IOException
抛出:
IOException
方法详细信息

handshake

public void handshake(HttpServletRequest request,
                      HttpServletResponse response,
                      String subprotocol)
               throws IOException
指定者:
接口 WebSocketServletConnection 中的 handshake
抛出:
IOException

onClose

public void onClose()
从接口 Connection 复制的描述
Called after the connection is closed

指定者:
接口 Connection 中的 onClose
覆盖:
WebSocketConnectionD06 中的 onClose


Copyright © 2013. All Rights Reserved.