|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEveServerRequest
This interface encapsulates all supported requests to the EVE servers. Implementations of this interface may not implement all functions and are allowed to throw an UnsupportedOperationException for those functions not supported.
Method Summary | |
---|---|
IAccountAPIRequest |
getAccountAPIService(int keyID,
java.lang.String vCode)
Request a handle for making account API requests. |
ICharacterAPIRequest |
getCharacterAPIService(int keyID,
java.lang.String vCode,
long characterID)
Request a handle for making character API requests. |
ICorporationAPIRequest |
getCorporationAPIService(int keyID,
java.lang.String vCode,
long characterID)
Request a handle for making corporation API requests. |
IEveAPIRequest |
getEveAPIService()
Request a handle for making eve API requests. |
IMapAPIRequest |
getMapAPIService()
Request a handle for making map API requests. |
IServerAPIRequest |
getServerAPIService()
Request a handle for making server API requests. |
Method Detail |
---|
IServerAPIRequest getServerAPIService()
IAccountAPIRequest getAccountAPIService(int keyID, java.lang.String vCode)
keyID
- the key ID for authentication of requests.vCode
- the vCode to use for authenticating requests.
ICharacterAPIRequest getCharacterAPIService(int keyID, java.lang.String vCode, long characterID)
keyID
- the key ID for authentication of requests.vCode
- the vCode to use for authenticating requests.characterID
- the character ID for authentication of requests.
ICorporationAPIRequest getCorporationAPIService(int keyID, java.lang.String vCode, long characterID)
keyID
- the user ID for authentication of requests.vCode
- the vCode to use for authenticating requests.characterID
- the character ID for authentication of requests.
IEveAPIRequest getEveAPIService()
IMapAPIRequest getMapAPIService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |