org.atmosphere.nettosphere.util
Interface SSLContextListener


public interface SSLContextListener

A callback used to configure SSLEngine before they get injected in Netty.


Field Summary
static SSLContextListener DEFAULT
           
 
Method Summary
 void onPostCreate(SSLEngine e)
          Invoked just after the SSLEngine has been created, but not yet injected in Netty.
 

Field Detail

DEFAULT

static final SSLContextListener DEFAULT
Method Detail

onPostCreate

void onPostCreate(SSLEngine e)
Invoked just after the SSLEngine has been created, but not yet injected in Netty.

Parameters:
e - SSLEngine;


Copyright © 2014. All Rights Reserved.