Module swim.api
Package swim.api.http

Interface HttpLink

All Superinterfaces:
Link, swim.util.Log, swim.observable.Observable<Object>
All Known Subinterfaces:
HttpDownlink<V>, HttpUplink

public interface HttpLink extends Link
  • Method Details

    • requestUri

      swim.uri.Uri requestUri()
    • observe

      HttpLink observe(Object observer)
      Specified by:
      observe in interface Link
      Specified by:
      observe in interface swim.observable.Observable<Object>
    • unobserve

      HttpLink unobserve(Object observer)
      Specified by:
      unobserve in interface Link
      Specified by:
      unobserve in interface swim.observable.Observable<Object>