Searched defs:proxyType (Results 1 – 5 of 5) sorted by relevance
21 static String get(Request request, Proxy.Type proxyType) { in get()41 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
17 static String get(Request request, Proxy.Type proxyType) { in get()37 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
51 T proxyType = (T) constructionContext.createProxy(context.getInjectorOptions(), expectedType); in circularGet() local
51 Type proxyType = Type.getType("L" + proxyName.replace('.', '/') + ";"); in createProxyFactory() local
143 static int proxyType = 0; /* uses TYPE or a@b ? */ variable