Package io.netty.handler.codec.stomp
Class StompConstants
- java.lang.Object
-
- io.netty.handler.codec.stomp.StompConstants
-
final class StompConstants extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StompConstants()
-
-
-
Field Detail
-
CR
static final byte CR
- See Also:
- Constant Field Values
-
LF
static final byte LF
- See Also:
- Constant Field Values
-
NUL
static final byte NUL
- See Also:
- Constant Field Values
-
COLON
static final byte COLON
- See Also:
- Constant Field Values
-
-