public interface WebSocketServletConnection extends WebSocketConnection
Modifier and Type | Method and Description |
---|---|
void |
handshake(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String subprotocol) |
fillBuffersFrom, getConnection, getExtensions, shutdown
onInputShutdown
getTimeStamp, handle, isIdle, isSuspended, onClose, onIdleExpired
void handshake(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String subprotocol) throws IOException
IOException
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.