Package API

Class APIService

java.lang.Object
API.APIService

public class APIService extends Object
Class to make api calls
  • Constructor Details

    • APIService

      public APIService()
  • Method Details

    • apiGETRequest

      public static String apiGETRequest(String url) throws Exception
      Method to make GET request
      Parameters:
      url - url to the wanted host
      Returns:
      the response from the host
      Throws:
      Exception - if a connection could not be established
    • apiPOSTNode

      public static int apiPOSTNode(String url, String address) throws Exception
      Specific post method to publish a node to the OnionRouterServer
      Parameters:
      url - the target url
      address - the ip and port of the node
      Returns:
      response code from server
      Throws:
      Exception - if the connection cannot be established
    • apiDELETENode

      public static int apiDELETENode(String url, String address) throws IOException
      Specific post method to publish a node to the OnionRouterServer
      Parameters:
      url - the target url
      address - the ip and port of the node
      Returns:
      response code from server
      Throws:
      IOException - if the connection cannot be established