public interface WebSocketService
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptWebSocket(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EndpointFactory factory) |
boolean |
isUpgradeRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
boolean isUpgradeRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
boolean acceptWebSocket(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EndpointFactory factory)
throws IOException
IOException