public class org.apache.hc.client.http.impl.NoopUserTokenHandler extends java.lang.Object implements org.apache.hc.client.http.UserTokenHandler
{
public static final org.apache.hc.client.http.impl.NoopUserTokenHandler INSTANCE;
public void <init>()
{
org.apache.hc.client.http.impl.NoopUserTokenHandler v;
v := @this: org.apache.hc.client.http.impl.NoopUserTokenHandler;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object getUserToken(org.apache.hc.client.http.HttpRoute, org.apache.hc.core.http.protocol.HttpContext)
{
org.apache.hc.client.http.HttpRoute v;
org.apache.hc.client.http.impl.NoopUserTokenHandler v;
org.apache.hc.core.http.protocol.HttpContext v;
v := @this: org.apache.hc.client.http.impl.NoopUserTokenHandler;
v := @parameter: org.apache.hc.client.http.HttpRoute;
v := @parameter: org.apache.hc.core.http.protocol.HttpContext;
return null;
}
static void <clinit>()
{
org.apache.hc.client.http.impl.NoopUserTokenHandler v;
v = new org.apache.hc.client.http.impl.NoopUserTokenHandler;
specialinvoke v.<org.apache.hc.client.http.impl.NoopUserTokenHandler: void <init>()>();
<org.apache.hc.client.http.impl.NoopUserTokenHandler: org.apache.hc.client.http.impl.NoopUserTokenHandler INSTANCE> = v;
return;
}
}