|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.LoadBalancer.AddressPort
public static class LoadBalancer.AddressPort
An AddressPort is an immutable combination of an IP address and a port number.
Field Summary | |
---|---|
InetAddress |
address
The address. |
int |
nPort
The port. |
Constructor Summary | |
---|---|
LoadBalancer.AddressPort(InetAddress address,
int nPort)
Construct an AddressPort object. |
Method Summary | |
---|---|
String |
toString()
Return a human readable description of this AddressPort object. |
Field Detail |
---|
public final InetAddress address
public final int nPort
Constructor Detail |
---|
public LoadBalancer.AddressPort(InetAddress address, int nPort)
Method Detail |
---|
public String toString()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |