Class Request.RequestImpl

  • Enclosing class:
    Request

    @Deprecated
    static class Request.RequestImpl
    extends java.lang.Object
    Deprecated.
    Native implementation associated with Request. User classes should not use this class directly.

    Deprecated, as the only implementation this may be removed in a future release.

    • Constructor Detail

      • RequestImpl

        RequestImpl()
        Deprecated.
    • Method Detail

      • createResponse

        Response createResponse​(XMLHttpRequest xmlHttpRequest)
        Deprecated.
        Creates a Response instance for the given JavaScript XmlHttpRequest object.
        Parameters:
        xmlHttpRequest - xmlHttpRequest object for which we need a response
        Returns:
        a Response object instance