|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpCode | |
|---|---|
| org.apache.directory.server.dns.messages | Provides message objects for DNS messages and resource records. |
| Uses of OpCode in org.apache.directory.server.dns.messages |
|---|
| Methods in org.apache.directory.server.dns.messages that return OpCode | |
|---|---|
static OpCode |
OpCode.convert(byte value)
Converts an ordinal value into an OpCode. |
OpCode |
DnsMessage.getOpCode()
|
static OpCode |
OpCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OpCode[] |
OpCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.directory.server.dns.messages with parameters of type OpCode | |
|---|---|
void |
DnsMessageModifier.setOpCode(OpCode opCode)
|
| Constructors in org.apache.directory.server.dns.messages with parameters of type OpCode | |
|---|---|
DnsMessage(int transactionId,
MessageType messageType,
OpCode opCode,
boolean authoritativeAnswer,
boolean truncated,
boolean recursionDesired,
boolean recursionAvailable,
boolean reserved,
boolean acceptNonAuthenticatedData,
ResponseCode responseCode,
List<QuestionRecord> question,
List<ResourceRecord> answer,
List<ResourceRecord> authority,
List<ResourceRecord> additional)
Creates a new instance of DnsMessage. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||