|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Port | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.request | |
de.knipp.rritoolkit.test |
Uses of Port in de.knipp.rritoolkit |
---|
Classes in de.knipp.rritoolkit that implement Port | |
---|---|
class |
PooledPort
class that manages a pool of channels to the registry |
class |
SinglePort
implementation of the Port interface that operates on a
single channel. |
Uses of Port in de.knipp.rritoolkit.request |
---|
Methods in de.knipp.rritoolkit.request with parameters of type Port | |
---|---|
LoginResponse |
LoginRequest.execute(Port port)
execute the this request on the given port. |
DomainCreateResponse |
DomainCreateRequest.execute(Port port)
executes the this request on the given port. |
DomainInfoResponse |
DomainInfoRequest.execute(Port port)
execute the this request on the given port. |
QueueReadResponse |
QueueReadRequest.execute(Port port)
execute the this request on the given port. |
LogoutResponse |
LogoutRequest.execute(Port port)
execute the this request on the given port. |
Response |
Request.execute(Port port)
execute the this request on the given port. |
DomainDeleteResponse |
DomainDeleteRequest.execute(Port port)
execute the this request on the given port. |
AuthInfo1CreateResponse |
AuthInfo1CreateRequest.execute(Port port)
execute the this request on the given port. |
DomainChangeProvResponse |
DomainChangeProvRequest.execute(Port port)
execute the this request on the given port. |
AuthInfo1DeleteResponse |
AuthInfo1DeleteRequest.execute(Port port)
execute the this request on the given port. |
DomainChangeHolderResponse |
DomainChangeHolderRequest.execute(Port port)
execute the this request on the given port. |
ContactInfoResponse |
ContactInfoRequest.execute(Port port)
execute the this request on the given port. |
ContactCreateResponse |
ContactCreateRequest.execute(Port port)
execute the this request on the given port. |
ContactCheckResponse |
ContactCheckRequest.execute(Port port)
execute the this request on the given port. |
QueueDeleteResponse |
QueueDeleteRequest.execute(Port port)
execute the this request on the given port. |
DomainTransitResponse |
DomainTransitRequest.execute(Port port)
execute the this request on the given port. |
AuthInfo2CreateResponse |
AuthInfo2CreateRequest.execute(Port port)
execute the this request on the given port. |
DomainUpdateResponse |
DomainUpdateRequest.execute(Port port)
execute the this request on the given port. |
DomainCheckResponse |
DomainCheckRequest.execute(Port port)
execute the this request on the given port. |
DomainMigrateDescrResponse |
DomainMigrateDescrRequest.execute(Port port)
execute the this request on the given port. |
ContactUpdateResponse |
ContactUpdateRequest.execute(Port port)
executes the this request on the given port. |
Uses of Port in de.knipp.rritoolkit.test |
---|
Classes in de.knipp.rritoolkit.test that implement Port | |
---|---|
class |
DebugPort
This is a helper class for debugging/logging purposes. |
Fields in de.knipp.rritoolkit.test declared as Port | |
---|---|
private Port |
DebugPort.port
the actual port |
Methods in de.knipp.rritoolkit.test with parameters of type Port | |
---|---|
void |
Test.Command.execute(Port port)
executes the command |
void |
Test.SingleCommand.execute(Port port)
execute the command |
void |
Test.RepeatCommand.execute(Port port)
execute the command |
void |
Test.SequentialCommand.execute(Port port)
execute the command |
void |
Test.ParallelCommand.execute(Port port)
execute the command |
private static void |
Test.execute(Port port,
java.lang.String[] args,
int offset)
execute a command |
private static void |
Test.testAuthInfo1Create(Port port,
java.lang.String... args)
test method for the creation of an AuthInfo 1 |
private static void |
Test.testAuthInfo1Delete(Port port,
java.lang.String... args)
test method for the deletion of the AuthInfo 1 |
private static void |
Test.testAuthInfo2Create(Port port,
java.lang.String... args)
test method for the creation of an AuthInfo 2 |
private static void |
Test.testContactCheck(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testContactCreate(Port port,
java.lang.String[] args)
test method for the contact create request |
private static void |
Test.testContactInfo(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testContactUpdate(Port port,
java.lang.String[] args)
test method for the contact create request |
private static void |
Test.testDnsKeyUpdate(Port port,
java.lang.String... args)
test method for the change of DNSKEY data |
private static void |
Test.testDomainChangeProv(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testDomainCheck(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testDomainCreate(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testDomainCreateExt(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testDomainDelete(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testDomainInfo(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testDomainMigrateDescr(Port port,
java.lang.String[] args)
test method for the domain check request |
private static void |
Test.testQueueClear(Port port,
java.lang.String[] args)
test method that removes all messages (of the given type if specified) |
private static void |
Test.testQueueDelete(Port port,
java.lang.String[] args)
test method to remove a message from the queue |
private static void |
Test.testQueueRead(Port port,
java.lang.String[] args)
test method for the queue read request |
Constructors in de.knipp.rritoolkit.test with parameters of type Port | |
---|---|
DebugPort(Port thePort)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |