Uses of Class
com.google.bitcoin.protocols.channels.ServerConnectionEventHandler

Packages that use ServerConnectionEventHandler
com.google.bitcoin.jni   
com.google.bitcoin.protocols.channels   
 

Uses of ServerConnectionEventHandler in com.google.bitcoin.jni
 

Subclasses of ServerConnectionEventHandler in com.google.bitcoin.jni
 class NativePaymentChannelServerConnectionEventHandler
          An event listener that relays events to a native C++ object.
 

Methods in com.google.bitcoin.jni that return ServerConnectionEventHandler
 ServerConnectionEventHandler NativePaymentChannelHandlerFactory.onNewConnection(SocketAddress clientAddress)
           
 

Uses of ServerConnectionEventHandler in com.google.bitcoin.protocols.channels
 

Methods in com.google.bitcoin.protocols.channels that return ServerConnectionEventHandler
 ServerConnectionEventHandler PaymentChannelServerListener.HandlerFactory.onNewConnection(SocketAddress clientAddress)
          Called when a new connection completes version handshake to get a new connection-specific listener.
 



Copyright © 2014. All rights reserved.