Uses of Class
com.google.bitcoin.net.discovery.PeerDiscoveryException

Packages that use PeerDiscoveryException
com.google.bitcoin.core   
com.google.bitcoin.net.discovery   
 

Uses of PeerDiscoveryException in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that throw PeerDiscoveryException
protected  void PeerGroup.connectToAnyPeer()
          Picks a peer from discovery and connects to it.
protected  void PeerGroup.discoverPeers()
           
 

Uses of PeerDiscoveryException in com.google.bitcoin.net.discovery
 

Methods in com.google.bitcoin.net.discovery that throw PeerDiscoveryException
 InetSocketAddress SeedPeers.getPeer()
          Acts as an iterator, returning the address of each node in the list sequentially.
 InetSocketAddress[] SeedPeers.getPeers(long timeoutValue, TimeUnit timeoutUnit)
          Returns an array containing all the Bitcoin nodes within the list.
 InetSocketAddress[] PeerDiscovery.getPeers(long timeoutValue, TimeUnit timeoutUnit)
          Returns an array of addresses.
 InetSocketAddress[] IrcDiscovery.getPeers(long timeoutValue, TimeUnit timeoutUnit)
          Deprecated. Returns a list of peers that were found in the IRC channel.
 InetSocketAddress[] DnsDiscovery.getPeers(long timeoutValue, TimeUnit timeoutUnit)
           
 



Copyright © 2014. All rights reserved.