Package | Description |
---|---|
com.grey.naf.dns | |
com.grey.naf.dns.server |
Modifier and Type | Class and Description |
---|---|
static class |
ResourceData.RR_A |
static class |
ResourceData.RR_AAAA |
static class |
ResourceData.RR_CNAME |
static class |
ResourceData.RR_MX |
static class |
ResourceData.RR_NS |
static class |
ResourceData.RR_PTR |
static class |
ResourceData.RR_SOA |
static class |
ResourceData.RR_SRV |
static class |
ResourceData.RR_TXT |
Modifier and Type | Method and Description |
---|---|
ResourceData |
ResolverAnswer.get(int index) |
Modifier and Type | Method and Description |
---|---|
int |
PacketDNS.encodeSection(int off,
int sectiontype,
ResourceData[] rr,
TimerNAF.TimeProvider time) |
boolean |
PacketDNS.MessageCallback.handleMessageRR(int qid,
int sectiontype,
int rrnum,
int rrcnt,
ByteChars rrname,
ResourceData rr,
InetSocketAddress remote_addr) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerDNS.sendResponse(int qid,
byte qtype,
ByteChars qname,
int rcode,
boolean isauth,
boolean recursion_desired,
ResourceData[] ans,
ResourceData[] auth,
ResourceData[] info,
InetSocketAddress remote_addr,
Object tcpconn) |
boolean |
ServerDNS.sendResponse(int qid,
byte qtype,
ByteChars qname,
int rcode,
boolean isauth,
boolean recursion_desired,
ResourceData[] ans,
ResourceData[] auth,
ResourceData[] info,
InetSocketAddress remote_addr,
Object tcpconn) |
boolean |
ServerDNS.sendResponse(int qid,
byte qtype,
ByteChars qname,
int rcode,
boolean isauth,
boolean recursion_desired,
ResourceData[] ans,
ResourceData[] auth,
ResourceData[] info,
InetSocketAddress remote_addr,
Object tcpconn) |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.