public class ProtocolInitFrame extends Object
| Modifier and Type | Field and Description |
|---|---|
static ProtocolInitFrame |
V_091 |
| Constructor and Description |
|---|
ProtocolInitFrame(byte majorVersion,
byte minorVersion,
byte revision) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getMajorVersion()
Getter for majorVersion.
|
byte |
getMinorVersion()
Getter for minorVersion.
|
byte |
getRevision()
Getter for revision.
|
int |
hashCode() |
public static final ProtocolInitFrame V_091
public ProtocolInitFrame(byte majorVersion,
byte minorVersion,
byte revision)
Copyright © 2017 WSO2. All rights reserved.