Uses of Class
rina.dns.DNS.DNSRecord

Packages that use DNS.DNSRecord
rina.dns   
 

Uses of DNS.DNSRecord in rina.dns
 

Methods in rina.dns that return DNS.DNSRecord
 DNS.DNSRecord DNS.DNSRecord.Builder.build()
           
 DNS.DNSRecord DNS.DNSRecord.Builder.buildPartial()
           
static DNS.DNSRecord DNSMessage.generateDNS_QUERY(java.lang.String name)
           
static DNS.DNSRecord DNSMessage.generateDNS_REG(java.lang.String name, int port)
           
static DNS.DNSRecord DNSMessage.generateDNS_REG(java.lang.String name, int controlPort, int dataPort)
           
static DNS.DNSRecord DNSMessage.generateDNS_REP(java.lang.String name, java.lang.String ip, int port)
           
static DNS.DNSRecord DNSMessage.generateDNS_REP(java.lang.String name, java.lang.String ip, int controlPort, int dataPort)
           
static DNS.DNSRecord DNS.DNSRecord.getDefaultInstance()
           
 DNS.DNSRecord DNS.DNSRecord.getDefaultInstanceForType()
           
 DNS.DNSRecord DNS.DNSRecord.Builder.getDefaultInstanceForType()
           
static DNS.DNSRecord DNS.DNSRecord.parseDelimitedFrom(java.io.InputStream input)
           
static DNS.DNSRecord DNS.DNSRecord.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(byte[] data)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(com.google.protobuf.ByteString data)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(com.google.protobuf.CodedInputStream input)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(java.io.InputStream input)
           
static DNS.DNSRecord DNS.DNSRecord.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in rina.dns with parameters of type DNS.DNSRecord
 DNS.DNSRecord.Builder DNS.DNSRecord.Builder.mergeFrom(DNS.DNSRecord other)
           
static DNS.DNSRecord.Builder DNS.DNSRecord.newBuilder(DNS.DNSRecord prototype)
           
 

Constructor parameters in rina.dns with type arguments of type DNS.DNSRecord
DNSHandler(TCPFlow flow, java.util.LinkedHashMap<java.lang.String,DNS.DNSRecord> dataBase, Logger logger)