public class Frame
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Frame(StreamType streamType,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getPayload() |
StreamType |
getStreamType() |
int |
hashCode() |
java.lang.String |
toString() |
public Frame(StreamType streamType, byte[] payload)
public StreamType getStreamType()
public byte[] getPayload()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2019. All Rights Reserved.