Searched defs:getContent (Results 1 - 24 of 24) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DHttpEntity.java45 * depending on where their {@link #getContent content} originates:
77 * A repeatable entity's getContent() and writeTo(OutputStream) methods
145 InputStream getContent() throws IOException, IllegalStateException; method in interface:HttpEntity
164 * returned by {@link #getContent getContent} has been read to EOF,
/external/apache-http/src/org/apache/http/entity/
H A DBufferedHttpEntity.java76 public InputStream getContent() throws IOException { method in class:BufferedHttpEntity
80 return wrappedEntity.getContent();
H A DByteArrayEntity.java68 public InputStream getContent() { method in class:ByteArrayEntity
H A DEntityTemplate.java64 public InputStream getContent() { method in class:EntityTemplate
65 throw new UnsupportedOperationException("Entity template does not implement getContent()");
H A DFileEntity.java70 public InputStream getContent() throws IOException { method in class:FileEntity
H A DSerializableEntity.java69 public InputStream getContent() throws IOException, IllegalStateException { method in class:SerializableEntity
H A DStringEntity.java81 public InputStream getContent() throws IOException { method in class:StringEntity
H A DBasicHttpEntity.java78 public InputStream getContent() method in class:BasicHttpEntity
89 } // getContent
114 * {@link #getContent getContent}
126 InputStream instream = getContent();
H A DHttpEntityWrapper.java94 public InputStream getContent() method in class:HttpEntityWrapper
96 return wrappedEntity.getContent();
H A DInputStreamEntity.java72 public InputStream getContent() throws IOException { method in class:InputStreamEntity
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java72 public DEREncodable getContent() method in class:ContentInfo
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
H A DContentInfo.java63 public DEREncodable getContent() method in class:ContentInfo
H A DEncryptedData.java93 public ASN1OctetString getContent() method in class:EncryptedData
/external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
H A DPemObject.java51 public byte[] getContent() method in class:PemObject
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DContent.java10 public abstract Object getContent(); method in interface:Content
H A DContentImpl.java49 * @see gov.nist.javax.sip.message.Content#getContent()
51 public Object getContent() { method in class:ContentImpl
H A DSIPMessage.java378 String mbody = this.getContent().toString();
530 if (this.getContent() != null) {
531 sprint(this.getContent().toString());
1257 public Object getContent() { method in class:SIPMessage
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DContentHandlerTest.java30 * @tests java.net.ContentHandler#getContent(java.net.URLConnection,
38 Object content = handler.getContent(conn, classes);
42 content = handler.getContent(conn, classes);
47 content = handler.getContent(conn, classes2);
57 public Object getContent(URLConnection uConn) throws IOException { method in class:ContentHandlerImpl
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DCharacterRecorder.java82 sb.append(aCharacterRecorder.getContent());
138 public String getContent() { method in class:CharacterRecorder
/external/apache-http/src/org/apache/http/conn/
H A DBasicManagedEntity.java98 public InputStream getContent() throws IOException { method in class:BasicManagedEntity
100 return new EofSensorInputStream(wrappedEntity.getContent(), this);
/external/nist-sip/java/javax/sip/message/
H A DMessage.java46 Object getContent(); method in interface:Message
/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionAPI.js144 getContent: function(callback)
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php204 function getContent() function
648 $node_6->getContent() == ',') {
652 $node_7_cntnt = $node_7->getContent();
662 $node_8_cntnt = $node_8->getContent();
681 $tnfc = $tmp_node_first->getContent();
687 $tnlc = $tmp_node_last->getContent();
695 $ntnc = $next_tmp_node->getContent();
712 if ($tmp_c_node->getContent() == ',') {
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 403 milliseconds