Uses of Class
org.asynchttpclient.netty.DiscardEvent
-
Packages that use DiscardEvent Package Description org.asynchttpclient.netty -
-
Uses of DiscardEvent in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return DiscardEvent Modifier and Type Method Description static DiscardEvent
DiscardEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscardEvent[]
DiscardEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-