org.apache.commons.ssl
Class SSLProxyServer.ProxyRunnable

java.lang.Object
  extended by org.apache.commons.ssl.SSLProxyServer.ProxyRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
SSLProxyServer

public static class SSLProxyServer.ProxyRunnable
extends Object
implements Runnable


Field Summary
private  Socket s
           
 
Constructor Summary
SSLProxyServer.ProxyRunnable(Socket s)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

private Socket s
Constructor Detail

SSLProxyServer.ProxyRunnable

public SSLProxyServer.ProxyRunnable(Socket s)
Method Detail

run

public void run()
Specified by:
run in interface Runnable