|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.actor.IO.PerformancePreferences
public static class IO.PerformancePreferences
IO.SocketOption to set performance preferences for this
IO.SocketHandle.
For more information see java.net.Socket.setPerformancePreferences
| Constructor Summary | |
|---|---|
IO.PerformancePreferences(int connectionTime,
int latency,
int bandwidth)
|
|
| Method Summary | |
|---|---|
int |
bandwidth()
|
int |
connectionTime()
|
int |
latency()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public IO.PerformancePreferences(int connectionTime,
int latency,
int bandwidth)
| Method Detail |
|---|
public int connectionTime()
public int latency()
public int bandwidth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||