Searched refs:getContent (Results 1 - 17 of 17) 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 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 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 DBufferedHttpEntity.java76 public InputStream getContent() throws IOException { method in class:BufferedHttpEntity
80 return wrappedEntity.getContent();
H A DFileEntity.java70 public InputStream getContent() throws IOException { method in class:FileEntity
H A DInputStreamEntity.java72 public InputStream getContent() throws IOException { method in class:InputStreamEntity
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
/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/apache-http/src/org/apache/http/util/
H A DEntityUtils.java64 InputStream instream = entity.getContent();
112 InputStream instream = entity.getContent();
/external/junit/src/junit/awtui/
H A DLogo.java42 return toolkit.createImage((ImageProducer) url.getContent());
H A DTestRunner.java403 return toolkit.createImage((ImageProducer) url.getContent());
/external/webkit/WebCore/inspector/front-end/
H A Dinspector.js1725 var oldText = getContent(element);
1738 function getContent(element) { function
1776 committedCallback(this, getContent(this), oldText, context, moveDirection);
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java861 InputStream is = entity.getContent();
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 110 milliseconds