public ReceiverHandler(PeerHash peer, ReceiverConnection connection, ReceiverConfiguration configuration, ReceiverHooks hooks) { this.peer = peer; this.hooks = hooks; this.connection = connection; this.configuration = configuration; }
public ReceiverService(ReceiverParameters parameters, ReceiverConfiguration configuration, ReceiverHooks hooks) { this.hooks = hooks; this.configuration = configuration; }