Called after a protocol has been created and before the protocol is started. Attributes are already set. Other protocols are not yet connected and events cannot yet be sent. @exception Exception Thrown if protocol cannot be initialized successfully. This will cause the ProtocolS
()
| 239 | * ProtocolStack to fail, so the the channel constructor will throw an exception |
| 240 | */ |
| 241 | @Override public void init() throws Exception { |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * This method is called on a {@link JChannel#connect(String)}; starts work. Protocols are connected ready to |
no outgoing calls
no test coverage detected