org.apache.commons.ssl
Class SSLEchoServer.EchoRunnable

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

public static class SSLEchoServer.EchoRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
SSLEchoServer.EchoRunnable(javax.net.ssl.SSLSocket s)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLEchoServer.EchoRunnable

public SSLEchoServer.EchoRunnable(javax.net.ssl.SSLSocket s)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2011. All Rights Reserved.