Searched defs:getURI (Results 1 - 25 of 67) sorted by relevance

123

/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java67 URI getURI(); method in interface:HttpUriRequest
H A DHttpRequestBase.java86 public URI getURI() { method in class:HttpRequestBase
93 URI uri = getURI();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProxyAuthenticate.java61 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
66 public URI getURI() { method in class:ProxyAuthenticate
H A DWWWAuthenticate.java63 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
68 public URI getURI() { method in class:WWWAuthenticate
H A DChallenge.java116 public String getURI() { method in class:Challenge
H A DAuthenticationHeader.java278 public javax.sip.address.URI getURI() { method in class:AuthenticationHeader
/external/nist-sip/java/javax/sip/header/
H A DWWWAuthenticateHeader.java11 URI getURI(); method in interface:WWWAuthenticateHeader
H A DAuthorizationHeader.java39 URI getURI(); method in interface:AuthorizationHeader
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXMLNSDecl.java68 public String getURI() method in class:XMLNSDecl
H A DAVT.java134 public String getURI() method in class:AVT
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java83 this.uri = ((HttpUriRequest) request).getURI();
130 public URI getURI() { method in class:RequestWrapper
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java105 public String getURI(int index) method in class:AttList
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java96 public String getURI(int index) method in class:AttList
H A DNamespaceSupport2.java183 * you have to look it up explicitly using {@link #getURI getURI}.
192 * @see #getURI
270 public String getURI (String prefix) method in class:NamespaceSupport2
272 return currentContext.getURI(prefix);
281 * using the {@link #getURI getURI} with an argument of "".</p>
287 * @see #getURI
305 * #getURI getURI} metho
646 String getURI (String prefix) method in class:Context2
[all...]
/external/nist-sip/java/javax/sip/address/
H A DAddress.java17 URI getURI(); method in interface:Address
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java192 * @see org.apache.xerces.xni.NamespaceContext#getURI(String)
194 public String getURI(String prefix) { method in class:NamespaceSupport
207 } // getURI(String):String
219 //if (getURI(fNamespace[i - 2]) == uri)
220 if (getURI(fNamespace[i - 2]).equals(uri) )
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java113 * @see org.xml.sax.Attributes#getURI method in class:AttributesImpl
115 public String getURI (int index)
363 data[i*5] = atts.getURI(i);
H A DSchema.java143 public String getURI() { method in class:Schema
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DResource.java354 public URI getURI() method in class:Resource
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
H A DExternalExtensionsDialog.java157 URI uri = ((ExtensionTableModel)table.getModel()).getURI(row, column);
341 public URI getURI (int row, int column) { method in class:ExternalExtensionsDialog.ExtensionTableModel
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java267 return this.getURI().equals( o.getURI() );
300 public URI getURI() { method in class:AddressImpl
/external/skia/include/core/
H A DSkPixelRef.h152 const char* getURI() const { return fURI.size() ? fURI.c_str() : NULL; } function in class:SkPixelRef
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClient.java486 public URI getURI() method in class:WebSocketClient.WebSocketFuture
/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpExchange.java551 public String getURI() method in class:HttpExchange
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 407 milliseconds

123