Uses of Class
org.eclipse.jetty.websocket.api.CloseStatus
-
Packages that use CloseStatus Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only] -
-
Uses of CloseStatus in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type CloseStatus Modifier and Type Method Description void
Session. close(CloseStatus closeStatus)
Request Close the current conversation, giving a reason for the closure. -
Uses of CloseStatus in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with parameters of type CloseStatus Modifier and Type Method Description void
WebSocketSession. close(CloseStatus closeStatus)
-