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

Packages that use ServerProperties
org.hackystat.sensorbase.server Provides an HTTP server, which is responsible for processing GET, PUT, POST, and DELETE requests from other Hackystat web services. 
 

Uses of ServerProperties in org.hackystat.sensorbase.server
 

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

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