|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cdavies.itunes.request.Request | +--org.cdavies.itunes.request.Itunes45TrackRequest
Field Summary |
Fields inherited from class org.cdavies.itunes.request.Request |
_conn, data, dataType, expectedLength, fieldPairs, hash, ITUNES_PORT, mdclIndexes, mlclIndexes, mlitIndexes, offset, port, requestString, server |
Constructor Summary | |
Itunes45TrackRequest(java.lang.String server,
int port,
int sessionId,
int dbId,
int trackId,
java.lang.String songFmt,
int reqId)
|
Method Summary | |
void |
constructQuery()
|
java.io.InputStream |
getInputStream()
|
void |
process()
|
void |
runQuery()
|
Methods inherited from class org.cdavies.itunes.request.Request |
dataInt, dataString, processDataFields, processDataFields, readInt, readInt, readSize, readSize, readString, setHash |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.cdavies.itunes.request.GenericRequest |
setHash |
Constructor Detail |
public Itunes45TrackRequest(java.lang.String server, int port, int sessionId, int dbId, int trackId, java.lang.String songFmt, int reqId)
Method Detail |
public void constructQuery()
constructQuery
in interface GenericRequest
constructQuery
in class Request
public void runQuery() throws NoServerPermissionException
runQuery
in interface GenericRequest
runQuery
in class Request
NoServerPermissionException
public void process()
process
in interface GenericRequest
process
in class Request
public java.io.InputStream getInputStream()
getInputStream
in interface TrackRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |