|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.websockets.DefaultWebSocket
org.glassfish.tyrus.grizzly.GrizzlySocket
public class GrizzlySocket
Socket used for the Grizzly SPI implementation.
| Field Summary |
|---|
| Fields inherited from class org.glassfish.grizzly.websockets.DefaultWebSocket |
|---|
protocolHandler |
| Fields inherited from interface org.glassfish.grizzly.websockets.WebSocket |
|---|
ABNORMAL_CLOSE, END_POINT_GOING_DOWN, INVALID_DATA, MESSAGE_TOO_LARGE, NO_STATUS_CODE, NORMAL_CLOSURE, PROTOCOL_ERROR |
| Constructor Summary | |
|---|---|
GrizzlySocket(org.glassfish.grizzly.websockets.ProtocolHandler protocolHandler,
org.glassfish.grizzly.http.HttpRequestPacket request,
org.glassfish.grizzly.websockets.WebSocketListener... listeners)
|
|
| Method Summary | |
|---|---|
org.glassfish.grizzly.http.HttpRequestPacket |
getRequest()
Returns the http request used for the handshake before opening this socket. |
| Methods inherited from class org.glassfish.grizzly.websockets.DefaultWebSocket |
|---|
add, close, close, close, getListeners, getUpgradeRequest, isConnected, onClose, onConnect, onFragment, onFragment, onMessage, onMessage, onPing, onPong, remove, send, send, sendPing, sendPong, setClosed, stream, stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrizzlySocket(org.glassfish.grizzly.websockets.ProtocolHandler protocolHandler,
org.glassfish.grizzly.http.HttpRequestPacket request,
org.glassfish.grizzly.websockets.WebSocketListener... listeners)
| Method Detail |
|---|
public org.glassfish.grizzly.http.HttpRequestPacket getRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||