Package burp.api.montoya.collaborator
Interface CollaboratorServer
-
public interface CollaboratorServerThis interface provides details of the Collaborator server associated with this client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringaddress()Returns the address of the Collaborator server.booleanisLiteralAddress()Indicates whether the server address is an IP address.
-
-
-
Method Detail
-
address
java.lang.String address()
Returns the address of the Collaborator server.- Returns:
- The hostname or IP address of the Collaborator server.
-
isLiteralAddress
boolean isLiteralAddress()
Indicates whether the server address is an IP address.- Returns:
trueif the address is an IP address;falseotherwise.
-
-