Interacting with external websites

Discussion in 'Plugin Development' started by Artaex, Jan 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Artaex

    Hello,

    I'm writing a plugin that interacts with a web service.
    Now I know basic things about threads and stuff, but what would be the best way to make the entire API (HTTP request to web server) run in a separate thread while still being able to interact with the Bukkit server (players etc.)?

    I have an APIManager class from which I call specific API functions (eg. APIManager.auth()).

    Please advise.

    - Jeffrey
     
  2. Offline

    Artaex

    * bump *
     
Thread Status:
Not open for further replies.

Share This Page