Package net.sf.tweety.web
Class TweetyServer
- java.lang.Object
-
- net.sf.tweety.web.TweetyServer
-
public class TweetyServer extends Object
Uses the Grizzly HTTP server to instantiate the Tweety server that provides API access to Tweety services.
-
-
Field Detail
-
BASE_URI
public static final String BASE_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, InterruptedException
Main server method.- Parameters:
args- additional arguments (none expected)- Throws:
IOException- if an IO issue occurs.InterruptedException- if some interruption occurs.
-
-