Uses of Interface
com.browsermob.api.TransactionStepObject

Uses of TransactionStepObject in com.browsermob.api
 

Methods in com.browsermob.api that return TransactionStepObject
 TransactionStepObject TransactionStep.getFirstObject()
          Finds the first (chronologically ordered) object associated with this step, or null if there are no objects.
 TransactionStepObject HttpResponse.getInfo()
          Returns the actual information that will be stored in to the core data collected as part of the overall transaction.
 TransactionStepObject TransactionStep.getLastObject()
          Finds the last (chronologically ordered) object associated with this step, or null if there are no objects.
 

Methods in com.browsermob.api that return types with arguments of type TransactionStepObject
 java.util.List<TransactionStepObject> TransactionStep.getObjects()
          Returns all objects associated with this step, or an empty list of no objects are.
 



Copyright © 2011 Neustar, Inc. All Rights Reserved.