org.cdavies.itunes.request
Class LegacyLoginRequest

java.lang.Object
  |
  +--org.cdavies.itunes.request.Request
        |
        +--org.cdavies.itunes.request.LegacyLoginRequest
All Implemented Interfaces:
GenericRequest, LoginRequest

public class LegacyLoginRequest
extends Request
implements LoginRequest


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
LegacyLoginRequest(java.lang.String server, int port)
           
 
Method Summary
 int getSessionId()
           
 void runQuery()
           
 
Methods inherited from class org.cdavies.itunes.request.Request
constructQuery, dataInt, dataString, process, 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
constructQuery, process, setHash
 

Constructor Detail

LegacyLoginRequest

public LegacyLoginRequest(java.lang.String server,
                          int port)
Method Detail

runQuery

public void runQuery()
              throws NoServerPermissionException
Specified by:
runQuery in interface GenericRequest
Specified by:
runQuery in class Request
NoServerPermissionException

getSessionId

public int getSessionId()
Specified by:
getSessionId in interface LoginRequest