public interface Content
| Modifier and Type | Interface and Description |
|---|---|
static class |
Content.Adapter |
static class |
Content.State |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable(URI requestURI) |
void |
resume() |
void |
start() |
Content.State |
state() |
void |
stop() |
void |
suspend() |
Content.State state()
boolean isAvailable(URI requestURI) throws IOException
IOExceptionvoid suspend()
void resume()
void start()
void stop()
Copyright © 2019. All rights reserved.