Class Request.Out

All Implemented Interfaces:
Future<Void>, Associator, Eligible
Direct Known Subclasses:
Request.Out.Connect, Request.Out.Delete, Request.Out.Get, Request.Out.Head, Request.Out.Options, Request.Out.Post, Request.Out.Put, Request.Out.Trace
Enclosing class:
Request<R>

public static class Request.Out extends Request<Void>
The base class for all outgoing HTTP requests.

Outgoing request flow upstream and are served externally.

A result of true indicates that the request has been processed, i.e. a response has been sent or will sent.

  • Constructor Details

    • Out

      public Out(String method, URL url)
      Instantiates a new request.
      Parameters:
      method - the method
      url - the url
  • Method Details