org.eclipse.jetty.websocket
Interface WebSocketConnection
- All Superinterfaces:
- org.eclipse.jetty.io.Connection
- All Known Implementing Classes:
- WebSocketConnectionD00, WebSocketConnectionD06, WebSocketConnectionD07
public interface WebSocketConnection
- extends org.eclipse.jetty.io.Connection
| Methods inherited from interface org.eclipse.jetty.io.Connection |
closed, getTimeStamp, handle, idleExpired, isIdle, isSuspended |
fillBuffersFrom
void fillBuffersFrom(org.eclipse.jetty.io.Buffer buffer)
handshake
void handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String origin,
String subprotocol)
throws IOException
- Throws:
IOException
getExtensions
List<Extension> getExtensions()
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.