Package org.glassfish.grizzly.websockets
Class WebSocketHolder
java.lang.Object
org.glassfish.grizzly.websockets.WebSocketHolder
WebSocketHolder object, which gets associated with the Grizzly
Connection.-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketHolderget(Connection connection) static WebSocketgetWebSocket(Connection connection) static booleanisWebSocketInProgress(Connection connection) static WebSocketHolderset(Connection connection, ProtocolHandler handler, WebSocket socket)
-
Field Details
-
webSocket
-
handshake
-
application
-
buffer
-
handler
-
-
Method Details
-
isWebSocketInProgress
-
getWebSocket
-
get
-
set
-