Home | History | Annotate | Download | only in net

Lines Matching refs:getProtocol

124         String protocol = u.getProtocol();
401 u.getProtocol(),
420 if (!((u1.getProtocol() == u2.getProtocol()) ||
421 (u1.getProtocol() != null &&
422 u1.getProtocol().equalsIgnoreCase(u2.getProtocol()))))
498 int len = u.getProtocol().length() + 1;
513 result.append(u.getProtocol());
558 u.set(u.getProtocol(), host, port, authority, userInfo, path, query, ref);