class NetConnectionLocation extends NetChannelLocation
NetConnectionLocation
objects. One for a connection's server channel and one for a
connection's further request channel.
Instances of this class can be used as the open channel's
NetChannelLocation
object while the further request
channel's can be obtained by calling
getRequestChannelLocation()
.Modifier and Type | Field and Description |
---|---|
private NetChannelLocation |
reqLoc |
Constructor and Description |
---|
NetConnectionLocation(NetChannelLocation open,
NetChannelLocation req)
Constructor for NetConnectionLocation.
|
Modifier and Type | Method and Description |
---|---|
NetChannelLocation |
getRequestChannelLocation() |
checkEqual, clone, equals, getChannelAddress, getChannelLabel, getChannelNodeID, getStringID, getVCN, hashCode, refresh, refreshFrom, setLocationDetails
private NetChannelLocation reqLoc
public NetConnectionLocation(NetChannelLocation open, NetChannelLocation req) throws java.lang.IllegalArgumentException
other
- java.lang.IllegalArgumentException
public NetChannelLocation getRequestChannelLocation()