Class Protocol
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Protocol
Contains WebSocket protocol constants
 
INTERNAL API
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classClose status codes as defined at http://tools.ietf.org/html/rfc6455#section-7.4.1static interfacestatic class
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Protocolpublic Protocol()
 
- 
- 
Method Details- 
FIN_MASKpublic static final int FIN_MASK()
- 
RSV1_MASKpublic static final int RSV1_MASK()
- 
RSV2_MASKpublic static final int RSV2_MASK()
- 
RSV3_MASKpublic static final int RSV3_MASK()
- 
FLAGS_MASKpublic static final int FLAGS_MASK()
- 
OP_MASKpublic static final int OP_MASK()
- 
MASK_MASKpublic static final int MASK_MASK()
- 
LENGTH_MASKpublic static final int LENGTH_MASK()
 
-