Uses of Class
eu.rekawek.toxiproxy.model.ToxicDirection
-
Packages that use ToxicDirection Package Description eu.rekawek.toxiproxy.model eu.rekawek.toxiproxy.model.toxic -
-
Uses of ToxicDirection in eu.rekawek.toxiproxy.model
Methods in eu.rekawek.toxiproxy.model that return ToxicDirection Modifier and Type Method Description ToxicDirectionToxic. getStream()static ToxicDirectionToxicDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ToxicDirection[]ToxicDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.rekawek.toxiproxy.model with parameters of type ToxicDirection Modifier and Type Method Description BandwidthToxicList. bandwidth(String name, ToxicDirection direction, long rate)LatencyToxicList. latency(String name, ToxicDirection direction, long latency)LimitDataToxicList. limitData(String name, ToxicDirection direction, long bytes)ResetPeerToxicList. resetPeer(String name, ToxicDirection direction, long timeout)SlicerToxicList. slicer(String name, ToxicDirection direction, long averageSize, long delay)SlowCloseToxicList. slowClose(String name, ToxicDirection direction, long delay)TimeoutToxicList. timeout(String name, ToxicDirection direction, long timeout)Constructors in eu.rekawek.toxiproxy.model with parameters of type ToxicDirection Constructor Description Toxic(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream) -
Uses of ToxicDirection in eu.rekawek.toxiproxy.model.toxic
Constructors in eu.rekawek.toxiproxy.model.toxic with parameters of type ToxicDirection Constructor Description Bandwidth(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long rate)Latency(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long latency)LimitData(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long bytes)ResetPeer(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long timeout)Slicer(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long averageSize, long delay)SlowClose(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long delay)Timeout(HttpClient httpClient, String toxicListPath, String name, ToxicDirection stream, long timeout)
-