org.glassfish.grizzly.ssl
Class SSLStreamWriter.SSLHandshakeCondition
java.lang.Object
org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
- All Implemented Interfaces:
- Condition
- Enclosing class:
- SSLStreamWriter
protected static class SSLStreamWriter.SSLHandshakeCondition
- extends Object
- implements Condition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLStreamWriter.SSLHandshakeCondition
public SSLStreamWriter.SSLHandshakeCondition(StreamReader streamReader,
StreamWriter streamWriter,
SSLEngineConfigurator configurator,
SSLEngine sslEngine,
SSLStreamWriter.HandshakeCompletionHandler completionHandler)
check
public boolean check()
- Specified by:
check in interface Condition
doHandshakeStep
public boolean doHandshakeStep()
throws IOException
- Throws:
IOException
Copyright © 2012 Oracle Corporation. All Rights Reserved.