Uses of Class
eu.rekawek.toxiproxy.model.ToxicType
-
Packages that use ToxicType Package Description eu.rekawek.toxiproxy.model eu.rekawek.toxiproxy.model.toxic -
-
Uses of ToxicType in eu.rekawek.toxiproxy.model
Methods in eu.rekawek.toxiproxy.model that return ToxicType Modifier and Type Method Description protected abstract ToxicTypeToxic. getType()static ToxicTypeToxicType. valueOf(String name)Returns the enum constant of this type with the specified name.static ToxicType[]ToxicType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ToxicType in eu.rekawek.toxiproxy.model.toxic
Methods in eu.rekawek.toxiproxy.model.toxic that return ToxicType Modifier and Type Method Description protected ToxicTypeBandwidth. getType()protected ToxicTypeLatency. getType()protected ToxicTypeLimitData. getType()protected ToxicTypeResetPeer. getType()protected ToxicTypeSlicer. getType()protected ToxicTypeSlowClose. getType()protected ToxicTypeTimeout. getType()
-