org.glassfish.grizzly.websockets
Class WebSocketEngine.WebSocketHolder
java.lang.Object
org.glassfish.grizzly.websockets.WebSocketEngine.WebSocketHolder
- Enclosing class:
- WebSocketEngine
public static class WebSocketEngine.WebSocketHolder
- extends Object
WebSocketHolder object, which gets associated with the Grizzly Connection.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
webSocket
public volatile WebSocket webSocket
handshake
public volatile HandShake handshake
buffer
public volatile Buffer buffer
handler
public volatile ProtocolHandler handler
Copyright © 2012 Oracle Corporation. All Rights Reserved.