|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KVMultiList | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.response |
Uses of KVMultiList in de.knipp.rritoolkit |
---|
Methods in de.knipp.rritoolkit that return KVMultiList | |
---|---|
KVMultiList |
Codec.stringToList(java.lang.String text)
parse the given string into a key-value list |
Methods in de.knipp.rritoolkit with parameters of type KVMultiList | |
---|---|
Response |
DefaultResponseFactory.createResponse(KVMultiList list,
Request request)
create an instance based on the given key-value pair list. |
Response |
ResponseFactory.createResponse(KVMultiList list,
Request request)
create an instance based on the given key-value pair list. |
void |
DomainData.fromList(KVMultiList list)
parse the given key-value list. |
Response |
Codec.listToResponse(KVMultiList list,
Request request)
convert the list to the response instance |
java.lang.String |
Codec.listToString(KVMultiList list)
convert a key-value multilist to a string. |
abstract boolean |
DefaultResponseFactory.ListRule.matches(KVMultiList list,
Request request)
test whether the rule matches |
boolean |
DefaultResponseFactory.KeyRule.matches(KVMultiList list,
Request request)
test whether the rule matches |
boolean |
DefaultResponseFactory.ClassRule.matches(KVMultiList list,
Request request)
test whether the rule matches |
Uses of KVMultiList in de.knipp.rritoolkit.response |
---|
Methods in de.knipp.rritoolkit.response with parameters of type KVMultiList | |
---|---|
protected void |
Response.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
ContactCheckResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
AuthInfo1CreateResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
ContactInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
DomainCheckResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
QueueReadResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
DomainInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
void |
Response.fromList(KVMultiList list)
initialize the instance from the given key-value multi-list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |