org.dps.core.server.map
Interface IMapAPIRequest

All Superinterfaces:
IResponse

public interface IMapAPIRequest
extends IResponse


Method Summary
 java.util.Collection<IFacWarSystem> requestFacWarSystems()
           
 IMapJump requestJumps()
           
 IMapKill requestKills()
           
 ISovereignty requestSovereignty()
           
 
Methods inherited from interface org.dps.core.server.IResponse
getCachedUntil, getCurrentTime, getErrorCode, getErrorRetryAfterDate, getErrorString, getEveAPIVersion, isError
 

Method Detail

requestFacWarSystems

java.util.Collection<IFacWarSystem> requestFacWarSystems()
                                                         throws java.io.IOException
Throws:
java.io.IOException

requestJumps

IMapJump requestJumps()
                      throws java.io.IOException
Throws:
java.io.IOException

requestKills

IMapKill requestKills()
                      throws java.io.IOException
Throws:
java.io.IOException

requestSovereignty

ISovereignty requestSovereignty()
                                throws java.io.IOException
Throws:
java.io.IOException