class org.apache.hc.core.http.protocol.RequestHandlerRegistry$1 extends java.lang.Object implements org.apache.hc.core.function.Supplier
{
final org.apache.hc.core.http.protocol.RequestHandlerRegistry this$0;
void <init>(org.apache.hc.core.http.protocol.RequestHandlerRegistry)
{
org.apache.hc.core.http.protocol.RequestHandlerRegistry v;
org.apache.hc.core.http.protocol.RequestHandlerRegistry$1 v;
v := @this: org.apache.hc.core.http.protocol.RequestHandlerRegistry$1;
v := @parameter: org.apache.hc.core.http.protocol.RequestHandlerRegistry;
v.<org.apache.hc.core.http.protocol.RequestHandlerRegistry$1: org.apache.hc.core.http.protocol.RequestHandlerRegistry this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.apache.hc.core.http.protocol.LookupRegistry get()
{
org.apache.hc.core.http.protocol.UriPatternMatcher v;
org.apache.hc.core.http.protocol.RequestHandlerRegistry$1 v;
v := @this: org.apache.hc.core.http.protocol.RequestHandlerRegistry$1;
v = new org.apache.hc.core.http.protocol.UriPatternMatcher;
specialinvoke v.<org.apache.hc.core.http.protocol.UriPatternMatcher: void <init>()>();
return v;
}
}