Calls @link{Protocol#init()} in all protocols, from bottom to top
(List<ProtocolConfiguration> configs)
| 799 | |
| 800 | /** Calls @link{{@link Protocol#init()}} in all protocols, from bottom to top */ |
| 801 | public void initProtocolStack(List<ProtocolConfiguration> configs) throws Exception { |
| 802 | initProtocolStack(configs, null); |
| 803 | } |
| 804 | |
| 805 | public void initProtocolStack(List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook) throws Exception { |
| 806 | List<Protocol> protocols=getProtocols(); |
no test coverage detected