| Modifier and Type | Method and Description |
|---|---|
CheckResponse |
FredClient.callCheck(CheckRequest checkRequest)
Method used to call check command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
CheckResponse |
FredClientImpl.callCheck(CheckRequest checkRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactCheckRequest
A contact check command is used to check the availability of one or more contact handles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainCheckRequest
A domain check command is used to check the availability of one or more domain names.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeysetCheckRequest
A keyset check command is used to check the availability of one or more keyset handles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NssetCheckRequest
A nsset check command is used to check the availability of one or more nsset handles.
|
| Modifier and Type | Method and Description |
|---|---|
CheckResponse |
NssetStrategy.callCheck(CheckRequest checkRequest) |
CheckResponse |
ServerObjectStrategyContext.callCheck(CheckRequest checkRequest) |
CheckResponse |
DomainStrategy.callCheck(CheckRequest checkRequest) |
CheckResponse |
OtherStrategy.callCheck(CheckRequest checkRequest) |
CheckResponse |
KeysetStrategy.callCheck(CheckRequest checkRequest) |
CheckResponse |
ServerObjectStrategy.callCheck(CheckRequest checkRequest) |
CheckResponse |
ContactStrategy.callCheck(CheckRequest checkRequest) |
CheckResponse |
NotImplementedStrategy.callCheck(CheckRequest request) |
Copyright © 2021. All rights reserved.