|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerDiscoveryException | |
---|---|
com.google.bitcoin.core | |
com.google.bitcoin.examples |
Uses of PeerDiscoveryException in com.google.bitcoin.core |
---|
Methods in com.google.bitcoin.core that throw PeerDiscoveryException | |
---|---|
InetSocketAddress |
SeedPeers.getPeer()
Acts as an iterator, returning the address of each node in the list sequentially. |
InetSocketAddress[] |
SeedPeers.getPeers()
Returns an array containing all the Bitcoin nodes within the list. |
InetSocketAddress[] |
IrcDiscovery.getPeers()
Returns a list of peers that were found in the IRC channel. |
InetSocketAddress[] |
DnsDiscovery.getPeers()
|
InetSocketAddress[] |
PeerDiscovery.getPeers()
Returns an array of addresses. |
Uses of PeerDiscoveryException in com.google.bitcoin.examples |
---|
Methods in com.google.bitcoin.examples that throw PeerDiscoveryException | |
---|---|
static void |
PrintPeers.main(String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |