Uses of Class
org.eclipse.jetty.websocket.api.CloseStatus
Packages that use CloseStatus
Package
Description
Jetty WebSocket API
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 CloseStatusModifier and TypeMethodDescriptionvoid
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