Package org.logstash.beats
Class Protocol
- java.lang.Object
-
- org.logstash.beats.Protocol
-
public class Protocol extends Object
Created by ph on 2016-05-16.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CODE_COMPRESSED_FRAME
static byte
CODE_FRAME
static byte
CODE_JSON_FRAME
static byte
CODE_WINDOW_SIZE
static byte
VERSION_1
static byte
VERSION_2
-
Constructor Summary
Constructors Constructor Description Protocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isVersion2(byte versionRead)
-
-
-
Field Detail
-
VERSION_1
public static final byte VERSION_1
- See Also:
- Constant Field Values
-
VERSION_2
public static final byte VERSION_2
- See Also:
- Constant Field Values
-
CODE_WINDOW_SIZE
public static final byte CODE_WINDOW_SIZE
- See Also:
- Constant Field Values
-
CODE_JSON_FRAME
public static final byte CODE_JSON_FRAME
- See Also:
- Constant Field Values
-
CODE_COMPRESSED_FRAME
public static final byte CODE_COMPRESSED_FRAME
- See Also:
- Constant Field Values
-
CODE_FRAME
public static final byte CODE_FRAME
- See Also:
- Constant Field Values
-
-