public interface TaskListener
SSLEngine
task completions
and act upon them. As such, task listeners are only useful for
SecureSocket
implementations. Only one task listener is associated
with each SecureSocket
instance.Modifier and Type | Method and Description |
---|---|
void |
taskComplete(SocketIF socket)
This method is called from the
TaskWorker thread once it has
finished processing all SSLEngine tasks associated
with a SecureSocket instance. |
void taskComplete(SocketIF socket)
TaskWorker
thread once it has
finished processing all SSLEngine
tasks associated
with a SecureSocket
instance.socket
- The SocketIF that just had one (or more) SSLEngine task(s)
completedSecureSocket
,
AbstractSelector