Class ConnectionEndpoint

java.lang.Object
org.springframework.data.gemfire.support.ConnectionEndpoint
All Implemented Interfaces:
Cloneable, Comparable<ConnectionEndpoint>

public class ConnectionEndpoint extends Object implements Cloneable, Comparable<ConnectionEndpoint>
The ConnectionEndpoint class models a GemFire connection endpoint in the format of hostname[portnumber], where hostname is the network name or IP address of the host.
Since:
1.6.3
Author:
John Blum, Jacob Barret
See Also: