addSource abstract method

void addSource(
  1. Stream<HttpRequest> source
)

Provide another source of HttpRequests in the form of a Stream.

Implementation

void addSource(Stream<HttpRequest> source);