Class RestRouterConfiguration
java.lang.Object
org.infinispan.server.router.configuration.RestRouterConfiguration
Router's configuration for REST.- Author:
- Sebastian Ćaskawiec
-
Constructor Summary
ConstructorsConstructorDescriptionRestRouterConfiguration(InetAddress ip, int port) Creates new configuration based on the IP address and port. -
Method Summary
-
Constructor Details
-
RestRouterConfiguration
Creates new configuration based on the IP address and port.- Parameters:
ip- The IP address used for binding. Can not benull.port- Port used for binding. Can be 0, in that case a random port is assigned.
-
-
Method Details
-
getPort
public int getPort() -
getIp
-