public final class Protos
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Protos.ClientVersion
Sent by primary to secondary on opening the connection.
|
static interface |
Protos.ClientVersionOrBuilder |
static class |
Protos.Error
An Error can be sent by either party at any time
Both parties should make an effort to send either an ERROR or a CLOSE immediately before
closing the socket (unless they just received an ERROR or a CLOSE)
|
static interface |
Protos.ErrorOrBuilder |
static class |
Protos.Initiate
Sent from server to client once version nego is done.
|
static interface |
Protos.InitiateOrBuilder |
static class |
Protos.PaymentAck
This message is sent as an acknowledgement of an UpdatePayment message
|
static interface |
Protos.PaymentAckOrBuilder |
static class |
Protos.ProvideContract
Sent from the primary to the secondary to complete initialization.
|
static interface |
Protos.ProvideContractOrBuilder |
static class |
Protos.ProvideRefund
Sent from primary to secondary after Initiate to begin the refund transaction signing.
|
static interface |
Protos.ProvideRefundOrBuilder |
static class |
Protos.ReturnRefund
Sent from secondary to primary after it has done initial verification of the refund
transaction.
|
static interface |
Protos.ReturnRefundOrBuilder |
static class |
Protos.ServerVersion
Send by secondary to primary upon receiving the ClientVersion message.
|
static interface |
Protos.ServerVersionOrBuilder |
static class |
Protos.Settlement
Protobuf type
paymentchannels.Settlement |
static interface |
Protos.SettlementOrBuilder |
static class |
Protos.TwoWayChannelMessage
This message is designed to be either sent raw over the network (e.g.
|
static interface |
Protos.TwoWayChannelMessageOrBuilder |
static class |
Protos.UpdatePayment
This message can only be used by the primary after it has received a CHANNEL_OPEN message.
|
static interface |
Protos.UpdatePaymentOrBuilder |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()