Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpConstants.TransferCoding
Package | Description |
---|---|
org.jdrupes.httpcodec.protocols.http |
Classes required for handling the HTTP protocol.
|
-
Uses of HttpConstants.TransferCoding in org.jdrupes.httpcodec.protocols.http
Methods in org.jdrupes.httpcodec.protocols.http that return HttpConstants.TransferCoding Modifier and Type Method Description static HttpConstants.TransferCoding
HttpConstants.TransferCoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpConstants.TransferCoding[]
HttpConstants.TransferCoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.