Class FuseAPIPacket

java.lang.Object
com.breautek.fuse.FuseAPIPacket

public class FuseAPIPacket extends Object
  • Constructor Details

  • Method Details

    • getContentLength

      public long getContentLength()
    • getContentType

      public String getContentType()
    • readAsString

      public String readAsString() throws IOException
      Throws:
      IOException
    • readAsBinary

      public byte[] readAsBinary() throws IOException
      Throws:
      IOException
    • readAsJSONObject

      public org.json.JSONObject readAsJSONObject() throws IOException, org.json.JSONException
      Throws:
      IOException
      org.json.JSONException
    • readAsJSONArray

      public org.json.JSONArray readAsJSONArray() throws IOException, org.json.JSONException
      Throws:
      IOException
      org.json.JSONException
    • getRoute

      public String getRoute()
    • getInputStream

      public InputStream getInputStream()