Uses of Class
org.bitcoin.protocols.payments.Protos.Payment

Packages that use Protos.Payment
com.google.bitcoin.protocols.payments   
org.bitcoin.protocols.payments   
 

Uses of Protos.Payment in com.google.bitcoin.protocols.payments
 

Methods in com.google.bitcoin.protocols.payments that return Protos.Payment
 Protos.Payment PaymentSession.getPayment(List<Transaction> txns, Address refundAddr, String memo)
          Generates a Payment message based on the information in the PaymentRequest.
 

Methods in com.google.bitcoin.protocols.payments with parameters of type Protos.Payment
protected  com.google.common.util.concurrent.ListenableFuture<PaymentSession.Ack> PaymentSession.sendPayment(URL url, Protos.Payment payment)
           
 

Uses of Protos.Payment in org.bitcoin.protocols.payments
 

Fields in org.bitcoin.protocols.payments with type parameters of type Protos.Payment
static com.google.protobuf.Parser<Protos.Payment> Protos.Payment.PARSER
           
 

Methods in org.bitcoin.protocols.payments that return Protos.Payment
 Protos.Payment Protos.Payment.Builder.build()
           
 Protos.Payment Protos.Payment.Builder.buildPartial()
           
static Protos.Payment Protos.Payment.getDefaultInstance()
           
 Protos.Payment Protos.Payment.getDefaultInstanceForType()
           
 Protos.Payment Protos.Payment.Builder.getDefaultInstanceForType()
           
 Protos.Payment Protos.PaymentACKOrBuilder.getPayment()
          required .payments.Payment payment = 1;
 Protos.Payment Protos.PaymentACK.getPayment()
          required .payments.Payment payment = 1;
 Protos.Payment Protos.PaymentACK.Builder.getPayment()
          required .payments.Payment payment = 1;
static Protos.Payment Protos.Payment.parseDelimitedFrom(InputStream input)
           
static Protos.Payment Protos.Payment.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Payment Protos.Payment.parseFrom(byte[] data)
           
static Protos.Payment Protos.Payment.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Payment Protos.Payment.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Payment Protos.Payment.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Payment Protos.Payment.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Payment Protos.Payment.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Payment Protos.Payment.parseFrom(InputStream input)
           
static Protos.Payment Protos.Payment.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoin.protocols.payments that return types with arguments of type Protos.Payment
 com.google.protobuf.Parser<Protos.Payment> Protos.Payment.getParserForType()
           
 

Methods in org.bitcoin.protocols.payments with parameters of type Protos.Payment
 Protos.Payment.Builder Protos.Payment.Builder.mergeFrom(Protos.Payment other)
           
 Protos.PaymentACK.Builder Protos.PaymentACK.Builder.mergePayment(Protos.Payment value)
          required .payments.Payment payment = 1;
static Protos.Payment.Builder Protos.Payment.newBuilder(Protos.Payment prototype)
           
 Protos.PaymentACK.Builder Protos.PaymentACK.Builder.setPayment(Protos.Payment value)
          required .payments.Payment payment = 1;
 



Copyright © 2014. All rights reserved.