|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.bitcoin.core.Message
com.google.bitcoin.core.EmptyMessage
com.google.bitcoin.core.UnknownMessage
public class UnknownMessage
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.bitcoin.core.Message |
|---|
Message.LazyParseException |
| Field Summary |
|---|
| Fields inherited from class com.google.bitcoin.core.Message |
|---|
bytes, checksum, cursor, length, MAX_SIZE, offset, params, parsed, parseLazy, parseRetain, protocolVersion, recached, UNKNOWN_LENGTH |
| Constructor Summary | |
|---|---|
UnknownMessage(NetworkParameters params,
String name,
byte[] payloadBytes)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class com.google.bitcoin.core.EmptyMessage |
|---|
bitcoinSerialize, bitcoinSerializeToStream, ensureParsed, getMessageSize, parseLite |
| Methods inherited from class com.google.bitcoin.core.Message |
|---|
adjustLength, bitcoinSerialize, getHash, getParams, isCached, isParsed, isRecached, maybeParse, unCache, unsafeBitcoinSerialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownMessage(NetworkParameters params,
String name,
byte[] payloadBytes)
throws ProtocolException
ProtocolException| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||