org.bitcoinj.wallet
Interface Protos.PeerAddressOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protos.PeerAddress, Protos.PeerAddress.Builder
Enclosing class:
Protos

public static interface Protos.PeerAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getIpAddress()
          required bytes ip_address = 1;
 int getPort()
          required uint32 port = 2;
 long getServices()
          required uint64 services = 3;
 boolean hasIpAddress()
          required bytes ip_address = 1;
 boolean hasPort()
          required uint32 port = 2;
 boolean hasServices()
          required uint64 services = 3;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIpAddress

boolean hasIpAddress()
required bytes ip_address = 1;


getIpAddress

com.google.protobuf.ByteString getIpAddress()
required bytes ip_address = 1;


hasPort

boolean hasPort()
required uint32 port = 2;


getPort

int getPort()
required uint32 port = 2;


hasServices

boolean hasServices()
required uint64 services = 3;


getServices

long getServices()
required uint64 services = 3;



Copyright © 2014. All rights reserved.