|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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 | |
|---|---|
java.net.InetAddress |
addressThe address. |
int |
nPortThe port. |
| Constructor Summary | |
|---|---|
LoadBalancer.AddressPort(java.net.InetAddress address, int nPort)Construct an AddressPort object. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()Return a human readable description of this AddressPort object. |
| Field Detail |
|---|
public final java.net.InetAddress address
public final int nPort
| Constructor Detail |
|---|
public LoadBalancer.AddressPort(java.net.InetAddress address,
int nPort)
| Method Detail |
|---|
public java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||