public interface ProtocolHook
Modifier and Type | Method and Description |
---|---|
void |
afterCreation(Protocol prot)
Called after all protocols have been created, connected and its attributes set, but
before
Protocol.init() is called. |
void afterCreation(Protocol prot) throws Exception
Protocol.init()
is called. The order of calling the hooks is from bottom to top protocol.prot
- The protocol that was created.Exception
- Thrown is the method failed.Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.