Package io.milton.config
Interface InitListener
public interface InitListener
Listener interface to hook into the initialization process for HttpManagerBuilder
- Author:
- brad
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled immediately after building the http managervoidCalled just after init, and before building the HttpManager instancevoidCalled just before init on HttpManagerBuildervoidCalled immediately before building the protocol stack, ie the Http11Protocol etc Note that building the protocol stack is done before building the HttpManager
-
Method Details
-
beforeInit
Called just before init on HttpManagerBuilder- Parameters:
b-
-
afterInit
Called just after init, and before building the HttpManager instance- Parameters:
b-
-
afterBuild
Called immediately after building the http manager- Parameters:
b-m-
-
beforeProtocolBuild
Called immediately before building the protocol stack, ie the Http11Protocol etc Note that building the protocol stack is done before building the HttpManager- Parameters:
aThis-
-