|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QoC | |
com.ibm.aglet |
Uses of QoC in com.ibm.aglet |
Methods in com.ibm.aglet that return QoC | |
QoC |
Ticket.getQoC()
Get quality of aglet communication. |
Methods in com.ibm.aglet with parameters of type QoC | |
void |
Ticket.setQoC(QoC qoc)
Set quality of aglet communication. |
Constructors in com.ibm.aglet with parameters of type QoC | |
Ticket(java.lang.String destination,
QoC qoc)
Constructor with desitnation address of the trip. |
|
Ticket(java.lang.String host,
QoC qoc,
java.lang.String scheme,
int portNo)
Constructor with desitnation address of the trip, quality of aglet cummunication in the trip and port number of the connection. |
|
Ticket(java.net.URL address,
QoC qoc)
Constructor with desitnation address of the trip and quality of aglet cummunication in the trip. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |