Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.dns | |
de.knipp.rritoolkit.message | |
de.knipp.rritoolkit.request |
Modifier and Type | Field and Description |
---|---|
KVList |
KVMultiList.Section.list
the key-value list
|
private KVList |
KVMultiList.mainList
the main key-value list
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<KVList,KVMultiList.Section> |
KVMultiList.listMap
the map from the list to the section
|
Modifier and Type | Method and Description |
---|---|
KVList |
KVMultiList.getFirstSection(java.lang.String name)
return the first section with the given name
|
KVList |
KVMultiList.getMainSection()
return the main section
|
KVList |
KVMultiList.newSection(java.lang.String... names)
create a new section with the given name(s)
|
KVList |
Codec.requestToList(Request req)
convert the given request to a list
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KVList> |
KVMultiList.getSections(java.lang.String name)
return the subsections with the given name
|
java.util.Iterator<KVList> |
KVMultiList.getSubsections()
return an iterator over all subsections
|
Modifier and Type | Method and Description |
---|---|
protected void |
Codec.addList(KVList list,
java.lang.StringBuilder sb)
add a key-value list to the given string builder
|
void |
KVMultiList.addSection(KVList list,
java.lang.String... names)
add the given list as a new section
|
void |
ContactData.fromList(KVList list)
parse the given key-value list.
|
java.lang.String[] |
KVMultiList.getSectionNames(KVList list)
return the subsection names of the given list.
|
java.lang.String |
Codec.listToString(KVList list)
convert a key-value list to a string
|
void |
KVMultiList.removeSection(KVList list)
remove the section represented by the given list
|
void |
ContactData.toList(KVList list)
convert the object to a KV list as part of a contact request
|
void |
DomainData.toList(KVList list,
boolean addDns)
convert the object to a KV list as part of a domain request
(create, update, chholder, chprov, delete)
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DnsEntry> |
DnsEntry.allFromList(KVList list,
java.lang.String encodedDomainName)
create instances from the given key-value list
|
void |
DnsEntryAddress.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryNS.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryMX.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryDNSKEY.toList(KVList list)
convert the instance to an entry in the given list
|
abstract void |
DnsEntry.toList(KVList list)
convert the instance to an entry in the given list
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteMessageBase.dataFromList(KVList list)
setup the object's data from the given list.
|
protected void |
ExpireMessageBase.dataFromList(KVList list)
setup the object's data from the given list.
|
protected void |
AuthInfoExpireMessage.dataFromList(KVList list)
set up the object's data from the given list.
|
protected abstract void |
Message.dataFromList(KVList list)
setups the object's data from the given list.
|
protected void |
ChangeProvMessageBase.dataFromList(KVList list)
set up the object's data from the given list.
|
protected void |
AuthInfo2NotifyMessage.dataFromList(KVList list)
set up the object's data from the given list.
|
static Message |
Message.fromList(KVList list)
initialize the instance from the given key-value multi-list
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomainInfoRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
AuthInfo1CreateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainSimpleRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainTransitRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
QueueDeleteRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactInfoRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
LogoutRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
QueueReadRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainDataRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactCheckRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactUpdateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected abstract void |
Request.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactCreateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
LoginRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
void |
Request.toList(KVList list)
convert the request to a key-value list
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH