| Package | Description |
|---|---|
| at.borkowski.scovillej.services.comm |
| Modifier and Type | Method and Description |
|---|---|
CommunicationServiceBuilder |
CommunicationServiceBuilder.bufferSize(int bufferSize)
Sets the buffer size, in bytes, used for communictation
|
CommunicationServiceBuilder |
CommunicationServiceBuilder.communicationPhase(String phase)
Sets the phase during which communiction takes place.
|
CommunicationServiceBuilder |
CommunicationServiceBuilder.delay(String socketName,
Long delay)
Adds a delay to the given socket, both uplink and downlink.
|
CommunicationServiceBuilder |
CommunicationServiceBuilder.delay(String socketName,
Long updelay,
Long downdelay)
Adds a delay to the given socket.
|
CommunicationServiceBuilder |
CommunicationServiceBuilder.limit(String socketName,
Integer rate)
Limits the given socket name to the given byte rates, both uplink and
downlink.
|
CommunicationServiceBuilder |
CommunicationServiceBuilder.limit(String socketName,
Integer uplinkRate,
Integer downlinkRate)
Limits the given socket name to the given uplink and downlink byte rates.
|
Copyright © 2015. All rights reserved.