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 java.lang.Exception
Protocol.init()
is called. The order of calling the hooks is from bottom to top protocol.prot
- The protocol that was created.java.lang.Exception
- Thrown is the method failed.Copyright © 1998-2020 Red Hat. All Rights Reserved.