org.eclipse.jetty.websocket
Interface WebSocketConnection

All Superinterfaces:
Connection
All Known Implementing Classes:
WebSocketConnectionD00, WebSocketConnectionD06

public interface WebSocketConnection
extends Connection


Method Summary
 void fillBuffersFrom(Buffer buffer)
           
 void handshake(HttpServletRequest request, HttpServletResponse response, String origin, String subprotocol)
           
 
Methods inherited from interface org.eclipse.jetty.io.Connection
closed, getTimeStamp, handle, idleExpired, isIdle, isSuspended
 

Method Detail

fillBuffersFrom

void fillBuffersFrom(Buffer buffer)

handshake

void handshake(HttpServletRequest request,
               HttpServletResponse response,
               String origin,
               String subprotocol)
               throws IOException
Throws:
IOException


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