Class DuplexHttpDestination

All Implemented Interfaces:
Closeable, AutoCloseable, Destination, Callback, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, Invocable, Sweeper.Sweepable

public class DuplexHttpDestination extends HttpDestination

A destination for those network transports that are duplex (e.g. HTTP/1.1 and FastCGI).

See Also:
  • Constructor Details

    • DuplexHttpDestination

      public DuplexHttpDestination(HttpClient client, Origin origin)
    • DuplexHttpDestination

      public DuplexHttpDestination(HttpClient client, Origin origin, boolean intrinsicallySecure)