Interface RequestTransport

All Known Implementing Classes:
DefaultRequestTransport, FakeRequestTransport, InProcessRequestTransport, UrlRequestTransport

public interface RequestTransport
Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.
See Also: