All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.jetty.http.HttpField Maven / Gradle / Ivy

package org.eclipse.jetty.http;

public class HttpField {
    public String getName() {
        return null;
    }

    public String getValue() {
        return null;
    }

    public String[] getValues() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy