public interface StartTLSSupport
Modifier and Type | Method | Description |
---|---|---|
boolean |
resumeReading() |
Resumes reading from channel.
|
void |
startTLS() |
Starts TLS on the connection that has been already opened.
|
void |
startTLS(java.lang.Runnable notificationCllback) |
Starts TLS on the connection that has been already opened.
|
boolean |
stopReading() |
Stops reading from channel.
|
void |
stopTLS() |
Stops TLS and returns to unencrypted state.
|
void startTLS() throws java.security.GeneralSecurityException
java.security.GeneralSecurityException
- if problems with TLS configuration occursvoid startTLS(java.lang.Runnable notificationCllback) throws java.security.GeneralSecurityException
notificationCllback
- task to be called when TLS handshake finished.java.security.GeneralSecurityException
- if problems with TLS configuration occursvoid stopTLS()
boolean stopReading()
boolean resumeReading()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.