Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Class and Description |
---|---|
static class |
SVCBBase.ParameterAlpn |
static class |
SVCBBase.ParameterEch |
static class |
SVCBBase.ParameterEchConfig
Deprecated.
|
static class |
SVCBBase.ParameterIpv4Hint |
static class |
SVCBBase.ParameterIpv6Hint |
static class |
SVCBBase.ParameterMandatory |
static class |
SVCBBase.ParameterNoDefaultAlpn |
static class |
SVCBBase.ParameterPort |
static class |
SVCBBase.ParameterUnknown |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.Integer,java.util.function.Supplier<SVCBBase.ParameterBase>> |
SVCBBase.ParameterMnemonic.factories |
protected java.util.Map<java.lang.Integer,SVCBBase.ParameterBase> |
SVCBBase.svcParams |
Modifier and Type | Method and Description |
---|---|
SVCBBase.ParameterBase |
SVCBBase.getSvcParamValue(int key) |
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<SVCBBase.ParameterBase> |
SVCBBase.ParameterMnemonic.getFactory(int val) |
Modifier and Type | Method and Description |
---|---|
void |
SVCBBase.ParameterMnemonic.add(int val,
java.lang.String str,
java.util.function.Supplier<SVCBBase.ParameterBase> factory) |
Constructor and Description |
---|
HTTPSRecord(Name name,
int dclass,
long ttl,
int priority,
Name domain,
java.util.List<SVCBBase.ParameterBase> params) |
SVCBBase(Name name,
int type,
int dclass,
long ttl,
int priority,
Name domain,
java.util.List<SVCBBase.ParameterBase> params) |
SVCBRecord(Name name,
int dclass,
long ttl,
int priority,
Name domain,
java.util.List<SVCBBase.ParameterBase> params) |