Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.response |
Modifier and Type | Method and Description |
---|---|
KVMultiList |
Codec.stringToList(java.lang.String text)
parse the given string into a key-value list
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomainInfoResponse.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 |
ContactInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
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 |
DomainCheckResponse.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.
|
void |
Response.fromList(KVMultiList list)
initialize the instance from the given key-value multi-list
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH