Class HttpLayer

java.lang.Object
de.muehlencord.shared.network.http.HttpLayer

public class HttpLayer extends Object
Communication endpoint for posting a messages
Author:
Joern Muehlencord (joern@muehlencord.de)
  • Constructor Details

    • HttpLayer

      public HttpLayer(String urlString)
      creates a new http layer which can communicate with the given url
      Parameters:
      urlString - the url to communicate with
  • Method Details