Uses of Class
org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener.Type
-
Packages that use LoggingHttp1StreamListener.Type Package Description org.apache.hc.core5.testing.nio -
-
Uses of LoggingHttp1StreamListener.Type in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return LoggingHttp1StreamListener.Type Modifier and Type Method Description static LoggingHttp1StreamListener.Type
LoggingHttp1StreamListener.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoggingHttp1StreamListener.Type[]
LoggingHttp1StreamListener.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.core5.testing.nio with parameters of type LoggingHttp1StreamListener.Type Constructor Description LoggingHttp1StreamListener(LoggingHttp1StreamListener.Type type)
-