Package burp.api.montoya.collaborator
Interface CollaboratorServer
public interface CollaboratorServer
Provides details of the Collaborator server associated with
this client.
-
Method Summary
Modifier and TypeMethodDescriptionaddress()
Address of the Collaborator server.boolean
Indicates whether the server address is an IP address.
-
Method Details
-
address
String address()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:
true
if the address is an IP address;false
otherwise.
-