Package org.apache.flink.runtime.rest
Class HttpHeader
- java.lang.Object
-
- org.apache.flink.runtime.rest.HttpHeader
-
public class HttpHeader extends Object
Represents an HTTP header with a name and a value.
-
-
Constructor Summary
Constructors Constructor Description HttpHeader(String name, String value)
Constructs anHttpHeader
object with the specified name and value.
-