|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.websockets.ProtocolHandler
org.glassfish.grizzly.websockets.draft06.Draft06Handler
public class Draft06Handler
| Field Summary |
|---|
| Fields inherited from class org.glassfish.grizzly.websockets.ProtocolHandler |
|---|
connection, inFragmentedType, maskData, outFragmentedType |
| Constructor Summary | |
|---|---|
Draft06Handler()
|
|
Draft06Handler(boolean maskData)
|
|
| Method Summary | |
|---|---|
protected HandShake |
createHandShake(HttpContent requestContent)
|
protected HandShake |
createHandShake(java.net.URI uri)
|
byte[] |
frame(DataFrame frame)
|
protected boolean |
isControlFrame(byte opcode)
|
DataFrame |
parse(Buffer buffer)
|
| Methods inherited from class org.glassfish.grizzly.websockets.ProtocolHandler |
|---|
checkForLastFrame, close, decodeLength, doClose, encodeLength, getConnection, getWebSocket, handshake, isMaskData, send, send, send, send, setConnection, setWebSocket, stream, stream, unframe, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Draft06Handler()
public Draft06Handler(boolean maskData)
| Method Detail |
|---|
protected HandShake createHandShake(HttpContent requestContent)
createHandShake in class ProtocolHandlerprotected HandShake createHandShake(java.net.URI uri)
createHandShake in class ProtocolHandlerpublic byte[] frame(DataFrame frame)
frame in class ProtocolHandlerpublic DataFrame parse(Buffer buffer)
parse in class ProtocolHandlerprotected boolean isControlFrame(byte opcode)
isControlFrame in class ProtocolHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||