Package org.bitcoinj.core
Class UnknownMessage
java.lang.Object
org.bitcoinj.core.BaseMessage
org.bitcoinj.core.EmptyMessage
org.bitcoinj.core.UnknownMessage
- All Implemented Interfaces:
 Message
Instances of this class are not safe for use by multiple threads.
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.bitcoinj.core.EmptyMessage
bitcoinSerializeToStream, messageSizeMethods inherited from class org.bitcoinj.core.BaseMessage
serializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bitcoinj.core.Message
bitcoinSerialize, getMessageSize, unsafeBitcoinSerialize 
- 
Constructor Details
- 
UnknownMessage
- Throws:
 ProtocolException
 
 - 
 - 
Method Details