Uses of Enum
eu.rekawek.toxiproxy.model.ToxicDirection
Packages that use ToxicDirection
-
Uses of ToxicDirection in eu.rekawek.toxiproxy.model
Subclasses with type arguments of type ToxicDirection in eu.rekawek.toxiproxy.modelMethods in eu.rekawek.toxiproxy.model that return ToxicDirectionModifier and TypeMethodDescriptionToxic.getStream()static ToxicDirectionReturns 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 ToxicDirectionModifier and TypeMethodDescriptionToxicList.bandwidth(String name, ToxicDirection direction, long rate) ToxicList.latency(String name, ToxicDirection direction, long latency) ToxicList.limitData(String name, ToxicDirection direction, long bytes) ToxicList.resetPeer(String name, ToxicDirection direction, long timeout) ToxicList.slicer(String name, ToxicDirection direction, long averageSize, long delay) ToxicList.slowClose(String name, ToxicDirection direction, long delay) ToxicList.timeout(String name, ToxicDirection direction, long timeout) Constructors in eu.rekawek.toxiproxy.model with parameters of type ToxicDirectionModifierConstructorDescriptionToxic(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 ToxicDirectionModifierConstructorDescriptionBandwidth(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)