Interface Content
-
- All Known Subinterfaces:
DynamicContent,StaticContent
- All Known Implementing Classes:
AutoSignedContent,CachingDynamicContentImpl,Content.Adapter,FixedContent,SimpleDynamicContentImpl,StreamedAutoSignedStaticContent
public interface Content- Author:
- tjquinn
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContent.Adapterstatic classContent.State
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAvailable(URI requestURI)voidresume()voidstart()Content.Statestate()voidstop()voidsuspend()
-
-
-
Method Detail
-
state
Content.State state()
-
isAvailable
boolean isAvailable(URI requestURI) throws IOException
- Throws:
IOException
-
suspend
void suspend()
-
resume
void resume()
-
start
void start()
-
stop
void stop()
-
-