|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBurpCollaboratorInteraction
This interface represents a network interaction that occurred with the Burp Collaborator server.
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
This method is used to retrieve a map containing all properties of the interaction. |
java.lang.String |
getProperty(java.lang.String name)
This method is used to retrieve a property of the interaction. |
Method Detail |
---|
java.lang.String getProperty(java.lang.String name)
name
- The name of the property to retrieve.
java.util.Map<java.lang.String,java.lang.String> getProperties()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |