org.jsslutils.sslcontext.test
Class MiniSslClientServer.RequestHandler

java.lang.Object
  extended by org.jsslutils.sslcontext.test.MiniSslClientServer.RequestHandler
All Implemented Interfaces:
Callable<Object>
Enclosing class:
MiniSslClientServer

protected static class MiniSslClientServer.RequestHandler
extends Object
implements Callable<Object>

Small class that handles a server request.


Constructor Summary
MiniSslClientServer.RequestHandler(Socket acceptedSocket)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiniSslClientServer.RequestHandler

public MiniSslClientServer.RequestHandler(Socket acceptedSocket)
Method Detail

call

public Object call()
            throws Exception
Specified by:
call in interface Callable<Object>
Throws:
Exception


Copyright © 2012. All Rights Reserved.