TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http.local
Class HttpRecorderDataProcessor

java.lang.Object
  extended byorg.eclipse.tptp.test.provisional.recorder.messages.AbstractRecorderMessageProvider
      extended byorg.eclipse.hyades.execution.recorder.http.local.HttpRecorderDataProcessor
All Implemented Interfaces:
IRecorderDataProcessor, org.eclipse.tptp.test.provisional.recorder.framework.IRecorderMessageProvider, org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider

Deprecated. This is not public API. It will be moved to internal in TPTP 5

public class HttpRecorderDataProcessor
extends org.eclipse.tptp.test.provisional.recorder.messages.AbstractRecorderMessageProvider
implements IRecorderDataProcessor, org.eclipse.tptp.test.provisional.recorder.framework.IRecorderMessageProvider

This object accepts data passed across the Agent Controller data channel from the RecorderAgent(SSLProxyRecorder)


Field Summary
 
Fields inherited from class org.eclipse.tptp.test.provisional.recorder.messages.AbstractRecorderMessageProvider
recorder
 
Constructor Summary
HttpRecorderDataProcessor()
          Deprecated.  
 
Method Summary
 void complete()
          Deprecated. called by the recorder when the recording session is complete
 void initialize()
          Deprecated. called to initialize the IRecorderDataProcessor.
 void processControlString(java.lang.String controlString)
          Deprecated. this method is called with control strings
 void processData(byte[] data)
          Deprecated. called with data sent across the Agent Controller from the RecorderAgent
 boolean processDataFromDataProcessor(byte[] data)
          Deprecated. This method is called with valid data
 void processDebugString(java.lang.String debugString)
          Deprecated. this method is called with debug Strings
protected  java.lang.String translateString(java.lang.String str)
          Deprecated.  
 
Methods inherited from class org.eclipse.tptp.test.provisional.recorder.messages.AbstractRecorderMessageProvider
getRecorder, getRecorderID, processCustomMessage, processMessage, setRecorder, setRecorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderMessageProvider
processMessage
 
Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider
getRecorder, getRecorderID, setRecorder, setRecorder
 

Constructor Detail

HttpRecorderDataProcessor

public HttpRecorderDataProcessor()
Deprecated. 
Method Detail

initialize

public void initialize()
                throws java.io.IOException
Deprecated. 
called to initialize the IRecorderDataProcessor. This is where the storage file is created and initialized

Specified by:
initialize in interface IRecorderDataProcessor
Throws:
java.io.IOException

complete

public void complete()
Deprecated. 
called by the recorder when the recording session is complete

Specified by:
complete in interface IRecorderDataProcessor

processData

public void processData(byte[] data)
Deprecated. 
Description copied from interface: IRecorderDataProcessor
called with data sent across the Agent Controller from the RecorderAgent

Specified by:
processData in interface IRecorderDataProcessor

processDataFromDataProcessor

public boolean processDataFromDataProcessor(byte[] data)
Deprecated. 
This method is called with valid data

Specified by:
processDataFromDataProcessor in interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderMessageProvider

processControlString

public void processControlString(java.lang.String controlString)
Deprecated. 
this method is called with control strings

Specified by:
processControlString in interface IRecorderDataProcessor

processDebugString

public void processDebugString(java.lang.String debugString)
Deprecated. 
this method is called with debug Strings

Specified by:
processDebugString in interface IRecorderDataProcessor

translateString

protected java.lang.String translateString(java.lang.String str)
Deprecated. 

TPTP 4.4.0 Testing Tools Project
Public API Specification