Module bus.http

Interface NewCall.Factory

All Known Implementing Classes:
Httpd
Enclosing interface:
NewCall

public static interface NewCall.Factory
A factory for creating NewCall instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    newCall(Request request)
    Creates a new call for the given request.
  • Method Details

    • newCall

      NewCall newCall(Request request)
      Creates a new call for the given request.
      Parameters:
      request - The network request information.
      Returns:
      A new call instance.