Package | Description |
---|---|
org.bitcoinj.net |
Classes handling low level network management using either NIO (async io) or older style blocking sockets (useful for
using SOCKS proxies, Tor, SSL etc).
|
Constructor and Description |
---|
NioServer(StreamConnectionFactory connectionFactory,
InetSocketAddress bindAddress)
Creates a new server which is capable of listening for incoming connections and processing client provided data
using
StreamConnection s created by the given StreamConnectionFactory |
Copyright © 2016. All rights reserved.