org.jboss.aerogear.simplepush.server.netty
Class WebSocketSslServerSslContext
java.lang.Object
org.jboss.aerogear.simplepush.server.netty.WebSocketSslServerSslContext
public final class WebSocketSslServerSslContext
- extends Object
Creates a SSLContext for just server certificates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sslContext
public SSLContext sslContext()
- Creates a new
SSLContext. This is an expensive operation and should only be done
once and then the SSL connectContext can be reused.
- Returns:
SSLContext the SSLContext.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.