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

com.dependencysec.b.a.b Maven / Gradle / Ivy

package com.dependencysec.b.a;


import org.apache.http.*;
import org.apache.http.message.*;
import java.util.*;


public class b {

  private Set
headers; public byte[] entity; public String method; public String url; public b() { this.headers = new HashSet
(); } public void setHeader(String name, String value) { this.headers.add(new BasicHeader(name, value)); } public void setHeader(Header header) { this.headers.add(header); } public Set
getHeaders() { return this.headers; } public void setHeaders(Set
headers) { this.headers = headers; } public byte[] getEntity() { return this.entity; } public void setEntity(byte[] entity) { this.entity = entity; } public String getMethod() { return this.method; } public void setMethod(String method) { this.method = method; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy