public interface SwitchConnectionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
accept(InetAddress switchAddress)
Invoked to determine if a switch connection should be accepted.
|
void |
onSwitchConnected(ConnectionAdapter connection)
Invoked when a switch connects.
|
void onSwitchConnected(ConnectionAdapter connection)
connection
- to switch proving message sending/receiving, connection managementboolean accept(InetAddress switchAddress)
switchAddress
- address of incoming connection (address + port)Copyright © 2020 OpenDaylight. All rights reserved.