|
||||||||||
| 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.draft07.Draft07Handler
public class Draft07Handler
| Field Summary |
|---|
| Fields inherited from class org.glassfish.grizzly.websockets.ProtocolHandler |
|---|
connection, inFragmentedType, maskData, outFragmentedType |
| Constructor Summary | |
|---|---|
Draft07Handler(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 Draft07Handler(boolean maskData)
| Method Detail |
|---|
public byte[] frame(DataFrame frame)
frame in class ProtocolHandlerpublic DataFrame parse(Buffer buffer)
parse in class ProtocolHandlerprotected boolean isControlFrame(byte opcode)
isControlFrame in class ProtocolHandlerprotected HandShake createHandShake(HttpContent requestContent)
createHandShake in class ProtocolHandlerprotected HandShake createHandShake(java.net.URI uri)
createHandShake in class ProtocolHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||