Class AcceptUrlContentTask

All Implemented Interfaces:
GhidraURLResultHandler, MonitoredRunnable

public class AcceptUrlContentTask extends GhidraURLQueryTask
  • Constructor Details

    • AcceptUrlContentTask

      public AcceptUrlContentTask(URL url, FrontEndPlugin plugin)
  • Method Details

    • processResult

      public void processResult(DomainFile domainFile, URL url, TaskMonitor monitor) throws IOException
      Description copied from interface: GhidraURLResultHandler
      Process the specified domainFile query result. Dissemination of the domainFile instance should be restricted and any use of it completed before the call to this method returns. Upon return from this method call the underlying connection will be closed and at which time the domainFile instance will become invalid.
      Specified by:
      processResult in interface GhidraURLResultHandler
      Overrides:
      processResult in class GhidraURLQueryTask
      Parameters:
      domainFile - DomainFile to which the URL refers.
      url - URL which was used to retrieve the specified domainFile
      monitor - task monitor
      Throws:
      IOException - if an IO error occurs
    • processResult

      public void processResult(DomainFolder domainFolder, URL url, TaskMonitor monitor) throws IOException
      Description copied from interface: GhidraURLResultHandler
      Process the specified domainFolder query result. Dissemination of the domainFolder instance should be restricted and any use of it completed before the call to this method returns. Upon return from this method call the underlying connection will be closed and at which time the domainFolder instance will become invalid.
      Specified by:
      processResult in interface GhidraURLResultHandler
      Overrides:
      processResult in class GhidraURLQueryTask
      Parameters:
      domainFolder - DomainFolder to which the URL refers.
      url - URL which was used to retrieve the specified domainFolder
      monitor - task monitor
      Throws:
      IOException - if an IO error occurs