|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final SSLContextListener DEFAULT
| Method Detail |
|---|
void onPostCreate(SSLEngine e)
SSLEngine has been created, but not yet injected in Netty.
e - SSLEngine;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||