Class Response
java.lang.Object
ro.sync.exml.plugin.workspace.security.Response
A response describing what this provider knows about this host.
- Since:
- 22
-
Constructor Summary
ConstructorsConstructorDescriptionResponse
(ResponseType responseType) Constructor.Response
(ResponseType responseType, String reason) Constructor. -
Method Summary
-
Constructor Details
-
Response
Constructor.- Parameters:
responseType
- The response types.reason
- A reason why this response was given for a particular host.
-
Response
Constructor.- Parameters:
responseType
- The response types.
-
-
Method Details
-
getReason
- Returns:
- The reason why this response was given for a particular host.
-
getResponseType
- Returns:
- Returns the responseType.
-