Class BlockingClient

java.lang.Object
org.bitcoinj.net.BlockingClient
All Implemented Interfaces:
MessageWriteTarget

public class BlockingClient extends Object implements MessageWriteTarget

Creates a simple connection to a server using a StreamConnection to process data.

Generally, using NioClient and NioClientManager should be preferred over BlockingClient and BlockingClientManager, unless you wish to connect over a proxy or use some other network settings that cannot be set using NIO.