Uses of Class
com.google.bitcoin.core.VersionMessage

Packages that use VersionMessage
com.google.bitcoin.core   
 

Uses of VersionMessage in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return VersionMessage
 VersionMessage VersionMessage.duplicate()
           
 VersionMessage Peer.getPeerVersionMessage()
          Returns version data announced by the remote peer.
 VersionMessage PeerGroup.getVersionMessage()
          Returns the version message provided by setVersionMessage or a default if none was given.
 VersionMessage Peer.getVersionMessage()
          Returns version data we announce to our remote peers.
 

Methods in com.google.bitcoin.core with parameters of type VersionMessage
 void PeerGroup.setVersionMessage(VersionMessage ver)
          Sets the VersionMessage that will be announced on newly created connections.
 

Constructors in com.google.bitcoin.core with parameters of type VersionMessage
Peer(NetworkParameters params, VersionMessage ver, AbstractBlockChain chain, PeerAddress remoteAddress)
          Construct a peer that reads/writes from the given block chain.
Peer(NetworkParameters params, VersionMessage ver, PeerAddress remoteAddress, AbstractBlockChain chain, MemoryPool mempool)
          Construct a peer that reads/writes from the given block chain and memory pool.
 



Copyright © 2014. All rights reserved.