AeroGear SimplePush Server Netty 0.11.0

org.jboss.aerogear.simplepush.server.netty
Class WebSocketSslServerSslContext

java.lang.Object
  extended by org.jboss.aerogear.simplepush.server.netty.WebSocketSslServerSslContext

public final class WebSocketSslServerSslContext
extends Object

Creates a SSLContext for just server certificates.


Method Summary
 SSLContext sslContext()
          Creates a new SSLContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

AeroGear SimplePush Server Netty 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.