public final class Opcode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
IQUERY
An inverse query (deprecated)
|
static int |
NOTIFY
A message from a primary to a secondary server to initiate a zone transfer
|
static int |
QUERY
A standard query
|
static int |
STATUS
A server status request (not used)
|
static int |
UPDATE
A dynamic update message
|
| Modifier and Type | Method and Description |
|---|---|
static String |
string(int i)
Converts a numeric Opcode into a String
|
static int |
value(String s)
Converts a String representation of an Opcode into its numeric value
|
public static final int QUERY
public static final int IQUERY
public static final int STATUS
public static final int NOTIFY
public static final int UPDATE
Copyright © 2021 McEvoy Software Ltd. All rights reserved.