TPTP 4.3.0 Testing Tools Project
Public API Specification

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

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.eclipse.hyades.execution.recorder.http.remote.SSLProxyRecorder.Proxy
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SSLProxyRecorder

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

public static class SSLProxyRecorder.Proxy
extends java.lang.Thread

This is the inner class for the HTTP Proxy Recorder


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SSLProxyRecorder.Proxy(RecorderAgent agent, org.eclipse.hyades.internal.execution.recorder.remote.RecorderAgentController controller)
          Deprecated.  
 
Method Summary
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLProxyRecorder.Proxy

public SSLProxyRecorder.Proxy(RecorderAgent agent,
                              org.eclipse.hyades.internal.execution.recorder.remote.RecorderAgentController controller)
Deprecated. 
Method Detail

run

public void run()
Deprecated. 

TPTP 4.3.0 Testing Tools Project
Public API Specification