Package | Description |
---|---|
org.jcsp.net.settings |
This package is used internally by the JCSP network infrastructure to load XML configuration files and
represent their structure.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionOriented
Used internally within the JCSP network infrastructure to represent a connection oriented protocol.
|
class |
MaxPing
Used internally within the JCSP network infrastructure to represent a maximum ping rate.
|
class |
MinMemory
Used internally within the JCSP network infrastructure to represent a minimum memory setting.
|
class |
MinSpeed
Used internally within the JCSP network infrastructure to represent a minimum speed setting.
|
class |
Reliable
Used internally within the JCSP network infrastructure to represent a reliable protocol.
|
class |
ReqProtocol
Used internally within the JCSP network infrastructure to represent a protocol requirement.
|
class |
Wireless
Used internally within the JCSP network infrastructure to represent a wireless protocol.
|
Modifier and Type | Method and Description |
---|---|
Req[] |
NodeProfile.getReqs() |
Req[] |
LinkProfile.getReqs() |
Modifier and Type | Method and Description |
---|---|
void |
NodeProfile.addReq(Req req) |
void |
LinkProfile.addReq(Req req) |
void |
NodeProfile.removeReq(Req req) |
void |
LinkProfile.removeReq(Req req) |
Copyright © 1996–2021. All rights reserved.