Searched defs:urlChain (Results 1 – 2 of 2) sorted by relevance
34 final List<String> urlChain = new ArrayList<String>(); in testPublicAPI() local50 Assert.assertEquals(info.getUrlChain(), urlChain); in testPublicAPI() local
49 public UrlResponseInfoImpl(List<String> urlChain, int httpStatusCode, String httpStatusText, in UrlResponseInfoImpl()66 public UrlResponseInfoImpl(List<String> urlChain, int httpStatusCode, String httpStatusText, in UrlResponseInfoImpl()