Search Results
OK to copy?
Examples 1 through 9 of
9 (0.0010 seconds)
Class:
org.apache.jmeter.protocol.http.sampler.SoapSampler
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.protocol.http.sampler.SoapSampler ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.control.AuthManager ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.control.AuthManager ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.junit.protocol.http.parser.HtmlParserTester ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.parser.HtmlParsingUtils ©, Rating: 0% of 0, C1
Class: org.apache.axis.handlers.JWSHandler ©, Rating: 0% of 0, C3
Class: org.apache.batik.test.svg.AbstractRenderingAccuracyTest ©, Rating: 0% of 0, C1
Class: org.apache.axis.wsdl.toJava.Utils ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.sampler.SoapSampler ©, Rating: 0% of 0, C1
127 if (url.getQuery() != null && url.getQuery().compareTo("") != 0)
128 {
129 setPath(url.getPath() + "?" + url.getQuery());
130 }
131 else
Class: org.apache.jmeter.protocol.http.control.AuthManager ©, Rating: 0% of 0, C3
196 && url.getProtocol().equalsIgnoreCase("https")))
197 {
198 url2= new URL(url.getProtocol(), url.getHost(), url.getPath());
199 }
200 }
Class: org.apache.jmeter.protocol.http.control.AuthManager ©, Rating: 0% of 0, C3
183 int port= url.getProtocol().equalsIgnoreCase("http") ? 80 : 443;
184 // only http and https are supported
185 url2=
186 new URL(
187 url.getProtocol(),
Class: org.apache.jmeter.junit.protocol.http.parser.HtmlParserTester ©, Rating: 0% of 0, C1
296 HTTPSampler context = new HTTPSampler();
297 context.setDomain(u.getHost());
298 context.setPath(u.getPath());
299 context.setPort(u.getPort());
300 context.setProtocol(u.getProtocol());
Class: org.apache.jmeter.protocol.http.parser.HtmlParsingUtils ©, Rating: 0% of 0, C1
268 sampler.setProtocol(url.getProtocol());
269 sampler.setPort(url.getPort());
270 sampler.setPath(url.getPath());
271 sampler.parseArguments(url.getQuery());
272
Class: org.apache.axis.handlers.JWSHandler ©, Rating: 0% of 0, C3
353 for(int i=0; (urls != null) && i < urls.length; i++)
354 {
355 String path = urls[i].getPath();
356 //If it is a drive letter, adjust accordingly.
357 if(path.length() >= 3 && path.charAt(0)=='/' && path.charAt(2)==':')
Class: org.apache.batik.test.svg.AbstractRenderingAccuracyTest ©, Rating: 0% of 0, C1
831 */
832 protected String getURLFile(URL url){
833 String path = url.getPath();
834 int n = path.lastIndexOf('/');
835 if(n == -1){
Class: org.apache.axis.wsdl.toJava.Utils ©, Rating: 0% of 0, C3
417 URL u = new URL(namespace);
418 hostname = u.getHost();
419 path = u.getPath();
420 }
421 catch (MalformedURLException e) {
Result Page:
1