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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2019. All Rights Reserved.