|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetconfCatcherListener
This listener is used by NetconfCatcher to allow the management of events relating to the connection-level transport protocol. It is also the entry point for sending and receiving Netconf messages. It can be said that this interface is also the entry point of a Netconf application.
Method Summary | |
---|---|
void |
processReadyForRpcRequests(RpcHandler rpcHandler)
The method is called when is finally an object of type RpcHandler that allows the sending and receiving Netconf messages. |
void |
processTransportEvents(NetconfTransportEvent event)
Through the implementation of this method can handle any kind of event that can be triggered during the operation of the transport protocol and the netconf protocol when sending and receiving messages. |
Method Detail |
---|
void processTransportEvents(NetconfTransportEvent event)
event
- The Netconf transport event.NetconfTransportEvent
void processReadyForRpcRequests(RpcHandler rpcHandler)
rpcHandler
- The Rpc handler.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |