net.officefloor.plugin.socket.server.ssl
Interface SslTaskExecutor

All Known Implementing Classes:
SslCommunicationProtocol

public interface SslTaskExecutor

Executor to execute the SSL task Runnable instances.

Author:
Daniel Sagenschneider

Method Summary
 void beginTask(Runnable task)
           Begins executing the SSL task.
 

Method Detail

beginTask

void beginTask(Runnable task)

Begins executing the SSL task.

As this method likely passes the Runnable to another Thread this method will generally return before the Runnable is complete.

Parameters:
task - Runnable SSL task to complete.


Copyright © 2005-2011. All Rights Reserved.