Uses of Class
org.hackystat.dailyprojectdata.server.ServerProperties

Packages that use ServerProperties
org.hackystat.dailyprojectdata.server Provides the DailyProjectData server. 
 

Uses of ServerProperties in org.hackystat.dailyprojectdata.server
 

Methods in org.hackystat.dailyprojectdata.server that return ServerProperties
 ServerProperties Server.getServerProperties()
          Returns the ServerProperties instance associated with this server.
 

Methods in org.hackystat.dailyprojectdata.server with parameters of type ServerProperties
static Server Server.newInstance(ServerProperties properties)
          Creates a new instance of a DailyProjectData HTTP server, listening on the supplied port.