public class org.apache.hc.client.http.async.methods.SimpleRequestBuilder extends org.apache.hc.core.http.support.AbstractRequestBuilder
{
private org.apache.hc.client.http.async.methods.SimpleBody body;
private org.apache.hc.client.http.config.RequestConfig requestConfig;
void <init>(java.lang.String)
{
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void <init>(java.lang.String)>(v);
return;
}
void <init>(org.apache.hc.core.http.Method)
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Method;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return;
}
void <init>(java.lang.String, java.net.URI)
{
java.lang.String v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
v := @parameter: java.net.URI;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void <init>(java.lang.String,java.net.URI)>(v, v);
return;
}
void <init>(org.apache.hc.core.http.Method, java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Method;
v := @parameter: java.net.URI;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return;
}
void <init>(org.apache.hc.core.http.Method, java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Method;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return;
}
void <init>(java.lang.String, java.lang.String)
{
java.lang.String v, v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void <init>(java.lang.String,java.lang.String)>(v, v);
return;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder create(java.lang.String)
{
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
staticinvoke <org.apache.hc.core.util.Args: java.lang.CharSequence notBlank(java.lang.CharSequence,java.lang.String)>(v, "HTTP method");
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(java.lang.String)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder create(org.apache.hc.core.http.Method)
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: org.apache.hc.core.http.Method;
staticinvoke <org.apache.hc.core.util.Args: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "HTTP method");
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder get()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method GET>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder get(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method GET>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder get(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method GET>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder head()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method HEAD>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder head(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method HEAD>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder head(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method HEAD>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder patch()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PATCH>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder patch(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PATCH>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder patch(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PATCH>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder post()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method POST>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder post(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method POST>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder post(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method POST>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder put()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PUT>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder put(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PUT>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder put(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PUT>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder delete()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method DELETE>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder delete(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method DELETE>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder delete(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method DELETE>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder trace()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method TRACE>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder trace(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method TRACE>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder trace(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method TRACE>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder options()
{
org.apache.hc.core.http.Method v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method OPTIONS>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder options(java.net.URI)
{
org.apache.hc.core.http.Method v;
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.net.URI;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method OPTIONS>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.net.URI)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder options(java.lang.String)
{
org.apache.hc.core.http.Method v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method OPTIONS>;
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(org.apache.hc.core.http.Method,java.lang.String)>(v, v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder copy(org.apache.hc.client.http.async.methods.SimpleHttpRequest)
{
org.apache.hc.client.http.async.methods.SimpleHttpRequest v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: org.apache.hc.client.http.async.methods.SimpleHttpRequest;
staticinvoke <org.apache.hc.core.util.Args: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "HTTP request");
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: java.lang.String getMethod()>();
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(java.lang.String)>(v);
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void digest(org.apache.hc.client.http.async.methods.SimpleHttpRequest)>(v);
return v;
}
public static org.apache.hc.client.http.async.methods.SimpleRequestBuilder copy(org.apache.hc.core.http.HttpRequest)
{
java.lang.String v;
org.apache.hc.core.http.HttpRequest v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @parameter: org.apache.hc.core.http.HttpRequest;
staticinvoke <org.apache.hc.core.util.Args: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "HTTP request");
v = new org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = interfaceinvoke v.<org.apache.hc.core.http.HttpRequest: java.lang.String getMethod()>();
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void <init>(java.lang.String)>(v);
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: void digest(org.apache.hc.core.http.HttpRequest)>(v);
return v;
}
protected void digest(org.apache.hc.client.http.async.methods.SimpleHttpRequest)
{
org.apache.hc.client.http.async.methods.SimpleHttpRequest v;
org.apache.hc.client.http.async.methods.SimpleBody v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.client.http.async.methods.SimpleHttpRequest;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void digest(org.apache.hc.core.http.HttpRequest)>(v);
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: org.apache.hc.client.http.async.methods.SimpleBody getBody()>();
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleRequestBuilder setBody(org.apache.hc.client.http.async.methods.SimpleBody)>(v);
return;
}
protected void digest(org.apache.hc.core.http.HttpRequest)
{
org.apache.hc.core.http.HttpRequest v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.HttpRequest;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: void digest(org.apache.hc.core.http.HttpRequest)>(v);
return;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setVersion(org.apache.hc.core.http.ProtocolVersion)
{
org.apache.hc.core.http.ProtocolVersion v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.ProtocolVersion;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setVersion(org.apache.hc.core.http.ProtocolVersion)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setUri(java.net.URI)
{
java.net.URI v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.net.URI;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setUri(java.net.URI)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setUri(java.lang.String)
{
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setUri(java.lang.String)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setScheme(java.lang.String)
{
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setScheme(java.lang.String)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setAuthority(org.apache.hc.core.net.URIAuthority)
{
org.apache.hc.core.net.URIAuthority v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.net.URIAuthority;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setAuthority(org.apache.hc.core.net.URIAuthority)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setHttpHost(org.apache.hc.core.http.HttpHost)
{
org.apache.hc.core.http.HttpHost v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.HttpHost;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setHttpHost(org.apache.hc.core.http.HttpHost)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setPath(java.lang.String)
{
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setPath(java.lang.String)>(v);
return v;
}
public transient org.apache.hc.client.http.async.methods.SimpleRequestBuilder setHeaders(org.apache.hc.core.http.Header[])
{
org.apache.hc.core.http.Header[] v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Header[];
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setHeaders(org.apache.hc.core.http.Header[])>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder addHeader(org.apache.hc.core.http.Header)
{
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
org.apache.hc.core.http.Header v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Header;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder addHeader(org.apache.hc.core.http.Header)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder addHeader(java.lang.String, java.lang.String)
{
java.lang.String v, v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder addHeader(java.lang.String,java.lang.String)>(v, v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder removeHeader(org.apache.hc.core.http.Header)
{
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
org.apache.hc.core.http.Header v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Header;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder removeHeader(org.apache.hc.core.http.Header)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder removeHeaders(java.lang.String)
{
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder removeHeaders(java.lang.String)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setHeader(org.apache.hc.core.http.Header)
{
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
org.apache.hc.core.http.Header v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.Header;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setHeader(org.apache.hc.core.http.Header)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setHeader(java.lang.String, java.lang.String)
{
java.lang.String v, v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setHeader(java.lang.String,java.lang.String)>(v, v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setCharset(java.nio.charset.Charset)
{
java.nio.charset.Charset v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.nio.charset.Charset;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setCharset(java.nio.charset.Charset)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder addParameter(org.apache.hc.core.http.NameValuePair)
{
org.apache.hc.core.http.NameValuePair v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.NameValuePair;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder addParameter(org.apache.hc.core.http.NameValuePair)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder addParameter(java.lang.String, java.lang.String)
{
java.lang.String v, v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder addParameter(java.lang.String,java.lang.String)>(v, v);
return v;
}
public transient org.apache.hc.client.http.async.methods.SimpleRequestBuilder addParameters(org.apache.hc.core.http.NameValuePair[])
{
org.apache.hc.core.http.NameValuePair[] v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.core.http.NameValuePair[];
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder addParameters(org.apache.hc.core.http.NameValuePair[])>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setAbsoluteRequestUri(boolean)
{
boolean v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: boolean;
specialinvoke v.<org.apache.hc.core.http.support.AbstractRequestBuilder: org.apache.hc.core.http.support.AbstractRequestBuilder setAbsoluteRequestUri(boolean)>(v);
return v;
}
public org.apache.hc.client.http.async.methods.SimpleBody getBody()
{
org.apache.hc.client.http.async.methods.SimpleBody v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleBody body>;
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setBody(org.apache.hc.client.http.async.methods.SimpleBody)
{
org.apache.hc.client.http.async.methods.SimpleBody v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.client.http.async.methods.SimpleBody;
v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleBody body> = v;
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setBody(java.lang.String, org.apache.hc.core.http.ContentType)
{
org.apache.hc.client.http.async.methods.SimpleBody v;
org.apache.hc.core.http.ContentType v;
java.lang.String v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: java.lang.String;
v := @parameter: org.apache.hc.core.http.ContentType;
v = staticinvoke <org.apache.hc.client.http.async.methods.SimpleBody: org.apache.hc.client.http.async.methods.SimpleBody create(java.lang.String,org.apache.hc.core.http.ContentType)>(v, v);
v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleBody body> = v;
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setBody(byte[], org.apache.hc.core.http.ContentType)
{
byte[] v;
org.apache.hc.client.http.async.methods.SimpleBody v;
org.apache.hc.core.http.ContentType v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: byte[];
v := @parameter: org.apache.hc.core.http.ContentType;
v = staticinvoke <org.apache.hc.client.http.async.methods.SimpleBody: org.apache.hc.client.http.async.methods.SimpleBody create(byte[],org.apache.hc.core.http.ContentType)>(v, v);
v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleBody body> = v;
return v;
}
public org.apache.hc.client.http.config.RequestConfig getRequestConfig()
{
org.apache.hc.client.http.config.RequestConfig v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.config.RequestConfig requestConfig>;
return v;
}
public org.apache.hc.client.http.async.methods.SimpleRequestBuilder setRequestConfig(org.apache.hc.client.http.config.RequestConfig)
{
org.apache.hc.client.http.config.RequestConfig v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v := @parameter: org.apache.hc.client.http.config.RequestConfig;
v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.config.RequestConfig requestConfig> = v;
return v;
}
public org.apache.hc.client.http.async.methods.SimpleHttpRequest build()
{
java.lang.IllegalStateException v;
java.net.URISyntaxException v;
org.apache.hc.core.net.URIAuthority v;
org.apache.hc.client.http.async.methods.SimpleHttpRequest v;
java.net.URI v;
boolean v, v, v, v, v;
org.apache.hc.client.http.async.methods.SimpleBody v;
java.util.List v;
java.nio.charset.Charset v, v;
java.lang.String v, v, v, v, v;
org.apache.hc.client.http.config.RequestConfig v;
org.apache.hc.core.http.ProtocolVersion v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
org.apache.hc.core.net.URIBuilder v, v, v;
org.apache.hc.core.http.ContentType v, v;
org.apache.hc.core.http.Header[] v;
org.apache.hc.core.http.Method v, v, v, v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.lang.String getPath()>();
v = v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleBody body>;
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.lang.String getMethod()>();
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.util.List getParameters()>();
if v == null goto label;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.nio.charset.Charset getCharset()>();
if v != null goto label;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method POST>;
v = virtualinvoke v.<org.apache.hc.core.http.Method: boolean isSame(java.lang.String)>(v);
if v != 0 goto label;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method PUT>;
v = virtualinvoke v.<org.apache.hc.core.http.Method: boolean isSame(java.lang.String)>(v);
if v == 0 goto label;
label:
if v == null goto label;
v = v;
goto label;
label:
v = <org.apache.hc.core.http.ContentType: org.apache.hc.core.http.ContentType APPLICATION_FORM_URLENCODED>;
v = virtualinvoke v.<org.apache.hc.core.http.ContentType: java.nio.charset.Charset getCharset()>();
label:
v = staticinvoke <org.apache.hc.core.net.WWWFormCodec: java.lang.String format(java.lang.Iterable,java.nio.charset.Charset)>(v, v);
v = <org.apache.hc.core.http.ContentType: org.apache.hc.core.http.ContentType APPLICATION_FORM_URLENCODED>;
v = staticinvoke <org.apache.hc.client.http.async.methods.SimpleBody: org.apache.hc.client.http.async.methods.SimpleBody create(java.lang.String,org.apache.hc.core.http.ContentType)>(v, v);
goto label;
label:
v = new org.apache.hc.core.net.URIBuilder;
specialinvoke v.<org.apache.hc.core.net.URIBuilder: void <init>(java.lang.String)>(v);
v = virtualinvoke v.<org.apache.hc.core.net.URIBuilder: org.apache.hc.core.net.URIBuilder setCharset(java.nio.charset.Charset)>(v);
v = virtualinvoke v.<org.apache.hc.core.net.URIBuilder: org.apache.hc.core.net.URIBuilder addParameters(java.util.List)>(v);
v = virtualinvoke v.<org.apache.hc.core.net.URIBuilder: java.net.URI build()>();
v = virtualinvoke v.<java.net.URI: java.lang.String toASCIIString()>();
label:
goto label;
label:
v := @caughtexception;
label:
if v == null goto label;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method TRACE>;
v = virtualinvoke v.<org.apache.hc.core.http.Method: boolean isSame(java.lang.String)>(v);
if v == 0 goto label;
v = new java.lang.IllegalStateException;
v = <org.apache.hc.core.http.Method: org.apache.hc.core.http.Method TRACE>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (org.apache.hc.core.http.Method)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u requests may not include an entity");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new org.apache.hc.client.http.async.methods.SimpleHttpRequest;
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.lang.String getScheme()>();
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.core.net.URIAuthority getAuthority()>();
specialinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: void <init>(java.lang.String,java.lang.String,org.apache.hc.core.net.URIAuthority,java.lang.String)>(v, v, v, v);
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.core.http.ProtocolVersion getVersion()>();
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: void setVersion(org.apache.hc.core.http.ProtocolVersion)>(v);
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.core.http.Header[] getHeaders()>();
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: void setHeaders(org.apache.hc.core.http.Header[])>(v);
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: void setBody(org.apache.hc.client.http.async.methods.SimpleBody)>(v);
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: boolean isAbsoluteRequestUri()>();
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: void setAbsoluteRequestUri(boolean)>(v);
v = v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.config.RequestConfig requestConfig>;
virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleHttpRequest: void setConfig(org.apache.hc.client.http.config.RequestConfig)>(v);
return v;
catch java.net.URISyntaxException from label to label with label;
}
public java.lang.String toString()
{
org.apache.hc.client.http.async.methods.SimpleBody v;
org.apache.hc.client.http.async.methods.SimpleRequestBuilder v;
java.util.List v;
org.apache.hc.core.net.URIAuthority v;
org.apache.hc.core.http.Header[] v;
java.lang.StringBuilder v;
java.lang.String v, v, v, v, v;
v := @this: org.apache.hc.client.http.async.methods.SimpleRequestBuilder;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("ClassicRequestBuilder [method=");
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.lang.String getMethod()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", scheme=");
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.lang.String getScheme()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", authority=");
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.core.net.URIAuthority getAuthority()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.Object)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", path=");
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.lang.String getPath()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", parameters=");
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: java.util.List getParameters()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.Object)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", headerGroup=");
v = virtualinvoke v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.core.http.Header[] getHeaders()>();
v = staticinvoke <java.util.Arrays: java.lang.String toString(java.lang.Object[])>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", body=");
v = v.<org.apache.hc.client.http.async.methods.SimpleRequestBuilder: org.apache.hc.client.http.async.methods.SimpleBody body>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.Object)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("]");
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
}