|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.request | |
de.knipp.rritoolkit.test |
Uses of Request in de.knipp.rritoolkit |
---|
Fields in de.knipp.rritoolkit with type parameters of type Request | |
---|---|
private java.lang.Class<? extends Request> |
DefaultResponseFactory.ClassRule.matchClass
the class that the request must match |
Methods in de.knipp.rritoolkit with parameters of type Request | |
---|---|
Response |
DefaultResponseFactory.createResponse(org.w3c.dom.Document doc,
Request request)
create an instance based on the given XML document. |
Response |
ResponseFactory.createResponse(org.w3c.dom.Document doc,
Request request)
create an instance based on the given XML document. |
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. |
Response |
Codec.decodeResponse(byte[] data,
Request req)
convert the given byte sequence to a response object. |
Response |
Codec.docToResponse(org.w3c.dom.Document doc,
Request req)
convert the document to a response |
byte[] |
Codec.encodeRequest(Request req)
convert the given request to a byte sequence |
private Response |
PooledPort.execute(RegistryChannel channel,
Request request)
execute a request on the given channel |
Response |
SinglePort.execute(Request request)
"execute" a request, i.e. send it to the registry and wait for the response |
Response |
Port.execute(Request request)
"execute" a request, i.e. send it to the registry and wait for the response |
Response |
PooledPort.execute(Request request)
"execute" a request, i.e. send it to the registry and wait for the response |
Response |
Codec.listToResponse(KVMultiList list,
Request request)
convert the list to the response instance |
abstract boolean |
DefaultResponseFactory.ListRule.matches(org.w3c.dom.Document doc,
Request request)
test whether the rule matches |
boolean |
DefaultResponseFactory.KeyRule.matches(org.w3c.dom.Document doc,
Request request)
test whether the rule matches |
boolean |
DefaultResponseFactory.ClassRule.matches(org.w3c.dom.Document doc,
Request request)
test whether the rule matches |
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 |
private boolean |
DefaultResponseFactory.ClassRule.matches(Request request)
test whether the rule matches |
org.w3c.dom.Document |
Codec.requestToDoc(Request req)
convert the request to an XML document |
KVList |
Codec.requestToList(Request req)
convert the given request to a list |
Constructor parameters in de.knipp.rritoolkit with type arguments of type Request | |
---|---|
DefaultResponseFactory.ClassRule(int thePriority,
java.lang.Class<? extends Response> theClass,
java.lang.Class<? extends Request> theMatchClass,
boolean withSub)
constructor |
Uses of Request in de.knipp.rritoolkit.request |
---|
Subclasses of Request in de.knipp.rritoolkit.request | |
---|---|
class |
AuthInfo1CreateRequest
class that represents an AuthInfo 1 create request |
class |
AuthInfo1DeleteRequest
class that represents an AuthInfo 1 delete request |
class |
AuthInfo2CreateRequest
class that represents an AuthInfo 2 create request |
class |
ContactCheckRequest
request to retrieve the status of a given contact handle |
class |
ContactCreateRequest
request to create a given contact |
class |
ContactInfoRequest
request to retrieve information about a given contact handle |
class |
ContactUpdateRequest
request to create a given contact |
class |
DomainChangeHolderRequest
class that represents a domain holder change request |
class |
DomainChangeProvRequest
class that represents a domain provider change request |
class |
DomainCheckRequest
request to retrieve information about a given domain |
class |
DomainCreateRequest
class that represents a domain create request |
class |
DomainDataRequest
base class for all domain request that require a DomainData instance for operation (create, update, chprov, chholder, delete) |
class |
DomainDeleteRequest
class that represents a domain delete request |
class |
DomainInfoRequest
request to retrieve information about a given domain |
class |
DomainMigrateDescrRequest
request to migrate a domain from the description format to the holder handle format |
class |
DomainSimpleRequest
request to retrieve information about a given domain |
class |
DomainTransitRequest
class that represents a domain transit request |
class |
DomainUpdateRequest
class that represents a domain update request |
class |
LoginRequest
implementation of the login request |
class |
LogoutRequest
implementation of the logout request |
class |
QueueDeleteRequest
implementation of the queue read request |
class |
QueueReadRequest
implementation of the queue read request |
Uses of Request in de.knipp.rritoolkit.test |
---|
Methods in de.knipp.rritoolkit.test with parameters of type Request | |
---|---|
Response |
DebugPort.execute(Request request)
"execute" a request, i.e. send it to the registry and wait for the response |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |