public class LispSouthboundPlugin extends Object implements IConfigLispSouthboundPlugin, AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
LispSouthboundPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
LispSouthboundStats |
getStats() |
void |
handleSerializedLispBuffer(TransportAddress address,
ByteBuffer outBuffer,
MessageType packetType) |
void |
init() |
void |
setLispAddress(String address) |
void |
setNotificationPublishService(org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationService) |
void |
setRpcRegistryDependency(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcRegistry) |
void |
setXtrPort(int port) |
void |
shouldListenOnXtrPort(boolean shouldListenOnXtrPort) |
public void init()
public void setNotificationPublishService(org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationService)
public void setRpcRegistryDependency(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcRegistry)
public void handleSerializedLispBuffer(TransportAddress address, ByteBuffer outBuffer, MessageType packetType)
public LispSouthboundStats getStats()
public void setLispAddress(String address)
setLispAddress in interface IConfigLispSouthboundPluginpublic void shouldListenOnXtrPort(boolean shouldListenOnXtrPort)
shouldListenOnXtrPort in interface IConfigLispSouthboundPluginpublic void setXtrPort(int port)
setXtrPort in interface IConfigLispSouthboundPluginpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2017 OpenDaylight. All rights reserved.