Interface IConfigLispSouthboundPlugin
-
public interface IConfigLispSouthboundPluginAn interface for configuring the lisp plugin address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLispAddress(String address)voidsetXtrPort(int port)voidshouldListenOnXtrPort(boolean shouldListenOnXtrPort)
-
-
-
Method Detail
-
setLispAddress
void setLispAddress(String address)
-
shouldListenOnXtrPort
void shouldListenOnXtrPort(boolean shouldListenOnXtrPort)
-
setXtrPort
void setXtrPort(int port)
-
-