public final class ChannelDataRequest
extends com.squareup.wire.Message
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelDataRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Boolean |
DEFAULT_FINALMESSAGE |
static okio.ByteString |
DEFAULT_PAYLOAD |
java.lang.Boolean |
finalMessage |
ChannelDataHeader |
header |
okio.ByteString |
payload |
| Constructor and Description |
|---|
ChannelDataRequest(ChannelDataHeader header,
okio.ByteString payload,
java.lang.Boolean finalMessage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public static final okio.ByteString DEFAULT_PAYLOAD
public static final java.lang.Boolean DEFAULT_FINALMESSAGE
public final ChannelDataHeader header
public final okio.ByteString payload
public final java.lang.Boolean finalMessage
public ChannelDataRequest(ChannelDataHeader header, okio.ByteString payload, java.lang.Boolean finalMessage)