Package org.tweetyproject.web
Class TweetyServer
java.lang.Object
org.tweetyproject.web.TweetyServer
Uses the Grizzly HTTP server to instantiate the TweetyProject server
 that provides API access to TweetyProject services.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
BASE_URI
- See Also:
 
 
 - 
 - 
Constructor Details
- 
TweetyServer
public TweetyServer() 
 - 
 - 
Method Details
- 
main
Main server method.- Parameters:
 args- additional arguments (none expected)- Throws:
 IOException- if an IO issue occurs.InterruptedException- if some interruption occurs.
 - 
log
Writes the given message to the log of this server.- Parameters:
 source- the source of the message (should be some identifier of the service)message- some message
 
 -