|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.xnio.ConnectionAddress<A>
A - the address typepublic final class ConnectionAddress<A>
An immutable pair of addresses that define the two endpoints of a connection.
| Constructor Summary | |
|---|---|
ConnectionAddress(A localAddress,
A remoteAddress)
Construct a new instance. |
|
| Method Summary | |
|---|---|
A |
getLocalAddress()
Get the local address. |
A |
getRemoteAddress()
Get the remote address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionAddress(A localAddress,
A remoteAddress)
localAddress - the local addressremoteAddress - the remote address| Method Detail |
|---|
public final A getLocalAddress()
public final A getRemoteAddress()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||