org.apache.commons.ssl
Class SSLEchoServer.EchoRunnable

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

public static class SSLEchoServer.EchoRunnable
extends Object
implements Runnable


Field Summary
private  SSLSocket s
           
 
Constructor Summary
SSLEchoServer.EchoRunnable(SSLSocket 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 SSLSocket s
Constructor Detail

SSLEchoServer.EchoRunnable

public SSLEchoServer.EchoRunnable(SSLSocket s)
Method Detail

run

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