Uses of Class
org.eclipse.jetty.websocket.api.CloseStatus
-
Packages that use CloseStatus Package Description org.eclipse.jetty.websocket.api Jetty WebSocket API -
-
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 voidSession. close(CloseStatus closeStatus)Request Close the current conversation, giving a reason for the closure.
-