|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.droids.norobots.SimpleContentLoader
public class SimpleContentLoader
A simple implementation of ContentLoader based on URLConnection.
| Constructor Summary | |
|---|---|
SimpleContentLoader()
|
|
| Method Summary | |
|---|---|
boolean |
exists(java.net.URI uri)
|
java.io.InputStream |
load(java.net.URI uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleContentLoader()
| Method Detail |
|---|
public boolean exists(java.net.URI uri)
throws java.io.IOException
exists in interface ContentLoaderjava.io.IOException
public java.io.InputStream load(java.net.URI uri)
throws java.io.IOException
load in interface ContentLoaderjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||