Uses of Class
org.asynchttpclient.HttpProtocol
-
Packages that use HttpProtocol Package Description org.asynchttpclient org.asynchttpclient.netty -
-
Uses of HttpProtocol in org.asynchttpclient
Methods in org.asynchttpclient that return HttpProtocol Modifier and Type Method Description default HttpProtocolResponse. getProtocol()Return the HTTP protocol version used for this response.static HttpProtocolHttpProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpProtocol[]HttpProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpProtocol in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return HttpProtocol Modifier and Type Method Description HttpProtocolNettyResponse. getProtocol()
-