public final class MessagePiece
extends com.squareup.wire.Message
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagePiece.Builder |
| Modifier and Type | Field and Description |
|---|---|
okio.ByteString |
data |
static okio.ByteString |
DEFAULT_DATA |
static java.lang.String |
DEFAULT_DIGEST |
static java.lang.Integer |
DEFAULT_QUEUEID |
static java.lang.Integer |
DEFAULT_THISPIECE |
static java.lang.Integer |
DEFAULT_TOTALPIECES |
java.lang.String |
digest |
java.lang.Integer |
queueId |
java.lang.Integer |
thisPiece |
java.lang.Integer |
totalPieces |
| Constructor and Description |
|---|
MessagePiece(okio.ByteString data,
java.lang.String digest,
java.lang.Integer thisPiece,
java.lang.Integer totalPieces,
java.lang.Integer queueId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public static final okio.ByteString DEFAULT_DATA
public static final java.lang.String DEFAULT_DIGEST
public static final java.lang.Integer DEFAULT_THISPIECE
public static final java.lang.Integer DEFAULT_TOTALPIECES
public static final java.lang.Integer DEFAULT_QUEUEID
public final okio.ByteString data
public final java.lang.String digest
public final java.lang.Integer thisPiece
public final java.lang.Integer totalPieces
public final java.lang.Integer queueId