Class RemoteServerConfiguration
- java.lang.Object
-
- org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
-
public class RemoteServerConfiguration extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSet
attributes()
boolean
equals(Object o)
int
hashCode()
String
host()
int
port()
String
toString()
-
-
-
Method Detail
-
attributes
public AttributeSet attributes()
-
host
public String host()
-
port
public int port()
-
-