| Package | Description |
|---|---|
| org.hibnet.webpipes | |
| org.hibnet.webpipes.resource |
| Modifier and Type | Method and Description |
|---|---|
Webpipe |
Webpipe.addResource(Resource resource) |
protected Webpipe |
WebpipesBuilder.newWebpipe(java.lang.String... paths) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<Webpipe> |
WebpipesBuilder.buildWebpipes() |
| Modifier and Type | Method and Description |
|---|---|
private byte[] |
WebpipeCache.computeSHA1(Webpipe webpipe) |
java.util.List<java.lang.String> |
WebpipeCache.getContents(Webpipe pipe) |
void |
WebpipeCache.storeContents(Webpipe webpipe,
java.util.List<java.lang.String> contents) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Webpipe> |
ResourceRefresher.webpipes |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRefresher.addWebpipe(Webpipe webpipe) |
void |
ResourceRefresher.removeWebpipe(Webpipe webpipe) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRefresher.setWebpipes(java.util.Collection<? extends Webpipe> webpipes) |