public interface InitListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterBuild(HttpManagerBuilder b,
HttpManager m)
Called immediately after building the http manager
|
void |
afterInit(HttpManagerBuilder b)
Called just after init, and before building the HttpManager instance
|
void |
beforeInit(HttpManagerBuilder b)
Called just before init on HttpManagerBuilder
|
void |
beforeProtocolBuild(HttpManagerBuilder b)
Called immediately before building the protocol stack, ie the Http11Protocol etc
Note that building the protocol stack is done before building the HttpManager
|
void beforeInit(HttpManagerBuilder b)
b - void afterInit(HttpManagerBuilder b)
b - void afterBuild(HttpManagerBuilder b, HttpManager m)
b - m - void beforeProtocolBuild(HttpManagerBuilder b)
aThis - Copyright © 2021 McEvoy Software Ltd. All rights reserved.