Interface PlatformHttpListener


public interface PlatformHttpListener
  • Method Details

    • registerHttpEndpoint

      void registerHttpEndpoint(HttpEndpointModel model)
      Callback when a new HTTP endpoint is added.
    • unregisterHttpEndpoint

      void unregisterHttpEndpoint(HttpEndpointModel model)
      Callback when an existing HTTP endpoint is removed.