Uses of Package
com.google.bitcoin.net

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

Classes in com.google.bitcoin.net used by com.google.bitcoin.core
AbstractTimeoutHandler
          A base class which provides basic support for socket timeouts.
ClientConnectionManager
          A generic interface for an object which keeps track of a set of open client connections, creates new ones and ensures they are serviced properly.
MessageWriteTarget
          A target to which messages can be written/connection can be closed
StreamParser
          A generic handler which is used in NioServer, NioClient and BlockingClient to handle incoming data streams.
 

Classes in com.google.bitcoin.net used by com.google.bitcoin.net
AbstractTimeoutHandler
          A base class which provides basic support for socket timeouts.
BlockingClient
          Creates a simple connection to a server using a StreamParser to process data.
ClientConnectionManager
          A generic interface for an object which keeps track of a set of open client connections, creates new ones and ensures they are serviced properly.
MessageWriteTarget
          A target to which messages can be written/connection can be closed
ProtobufParser
          A handler which is used in NioServer and NioClient to split up incoming data streams into protobufs and provide an interface for writing protobufs to the connections.
ProtobufParser.Listener
          An interface which can be implemented to handle callbacks as new messages are generated and socket events occur.
StreamParser
          A generic handler which is used in NioServer, NioClient and BlockingClient to handle incoming data streams.
StreamParserFactory
          A factory which generates new StreamParsers when a new connection is opened.
 



Copyright © 2014. All rights reserved.