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.websocket.WebSocketConnectionD06 继承的方法 |
closeIn, closeOut, fillBuffersFrom, getConnection, getExtensions, handle, hashKey, isIdle, isSuspended, onFrameHandshake, onIdleExpired, onInputShutdown, onWebSocketOpen, shutdown |
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.