|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.media.protocol.DataSource javax.media.protocol.PullDataSource net.sf.fmj.media.protocol.URLDataSource net.sf.fmj.media.protocol.http.DataSource
public class DataSource
HTTP protocol handler DataSource. TODO: move http-specific code from URLDataSource to here.
Field Summary |
---|
Fields inherited from class net.sf.fmj.media.protocol.URLDataSource |
---|
conn, connected, sources |
Fields inherited from interface javax.media.Duration |
---|
DURATION_UNBOUNDED, DURATION_UNKNOWN |
Constructor Summary | |
---|---|
DataSource()
|
|
DataSource(java.net.URL url)
|
Method Summary |
---|
Methods inherited from class net.sf.fmj.media.protocol.URLDataSource |
---|
connect, createClone, disconnect, getContentType, getControl, getControls, getDuration, getStreams, start, stop |
Methods inherited from class javax.media.protocol.DataSource |
---|
getLocator, initCheck, setLocator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSource()
public DataSource(java.net.URL url)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |