Uses of Interface
com.google.bitcoin.net.MessageWriteTarget

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

Uses of MessageWriteTarget in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core with parameters of type MessageWriteTarget
 void PeerSocketHandler.setWriteTarget(MessageWriteTarget writeTarget)
          Sets the MessageWriteTarget used to write messages to the peer.
 

Uses of MessageWriteTarget in com.google.bitcoin.net
 

Classes in com.google.bitcoin.net that implement MessageWriteTarget
 class BlockingClient
          Creates a simple connection to a server using a StreamParser to process data.
 class NioClient
          Creates a simple connection to a server using a StreamParser to process data.
 

Methods in com.google.bitcoin.net with parameters of type MessageWriteTarget
 void StreamParser.setWriteTarget(MessageWriteTarget writeTarget)
          Called when this parser is attached to an upstream write target (ie a low-level connection handler).
 void ProtobufParser.setWriteTarget(MessageWriteTarget writeTarget)
           
 



Copyright © 2014. All rights reserved.