TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http.remote
Class SSLProxyRecorder

java.lang.Object
  extended byorg.eclipse.hyades.execution.recorder.remote.RecorderAgent
      extended byorg.eclipse.hyades.execution.recorder.http.remote.SSLProxyRecorder

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

public class SSLProxyRecorder
extends RecorderAgent

This is the main class for the HTTP Proxy Recorder


Nested Class Summary
static class SSLProxyRecorder.Proxy
          Deprecated. This is not public API. It will be moved to internal in TPTP 5
 
Field Summary
static java.lang.String ERROR_CREATING_CLIENTSIDEREADER
          Deprecated.  
 
Fields inherited from class org.eclipse.hyades.execution.recorder.remote.RecorderAgent
ABORT_RECORDING, ANNOTATE_RECORDING, configParameters, controller, INSERT_COMMENT, INSERT_SPLIT, STOP_RECORDING
 
Constructor Summary
SSLProxyRecorder()
          Deprecated.  
 
Method Summary
static java.lang.String getStackTraceInfo(java.lang.Throwable exception)
          Deprecated.  
 boolean handleCommand(int commandID, java.lang.String commandData)
          Deprecated. called with a command should be handled (see commands above)
 boolean init(java.lang.String configuration)
          Deprecated. init routine (String configuration) configuration is the configuration string passed in when the class is executed
static void main(java.lang.String[] args)
          Deprecated.  
 java.lang.Thread run()
          Deprecated. This is the execution start point for the recorder agent.
 
Methods inherited from class org.eclipse.hyades.execution.recorder.remote.RecorderAgent
isReady, reportException, sendByteDataToDataProcessor, sendControlMessageToDataProcessor, sendDebugMessageToDataProcessor, sendUIMessageToDataProcessor, setController, setIsReady
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_CREATING_CLIENTSIDEREADER

public static final java.lang.String ERROR_CREATING_CLIENTSIDEREADER
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SSLProxyRecorder

public SSLProxyRecorder()
Deprecated. 
Method Detail

main

public static void main(java.lang.String[] args)
Deprecated. 

run

public java.lang.Thread run()
Deprecated. 
Description copied from class: RecorderAgent
This is the execution start point for the recorder agent. At the point at which the runnable is ready to handle traffic, setIsReady(true) should be called The thread started by this agent as the root of its operation should be returned for the death watcher.

Specified by:
run in class RecorderAgent

getStackTraceInfo

public static java.lang.String getStackTraceInfo(java.lang.Throwable exception)
Deprecated. 

init

public boolean init(java.lang.String configuration)
Deprecated. 
init routine (String configuration) configuration is the configuration string passed in when the class is executed

Specified by:
init in class RecorderAgent
Returns:
boolean

handleCommand

public boolean handleCommand(int commandID,
                             java.lang.String commandData)
Deprecated. 
Description copied from class: RecorderAgent
called with a command should be handled (see commands above)

Specified by:
handleCommand in class RecorderAgent

TPTP 4.3.0 Testing Tools Project
Public API Specification