Interface InboundRequest

  • All Known Implementing Classes:
    HttpInboundRequest, HttpsInboundRequest

    @Deprecated
    public interface InboundRequest
    Deprecated.
    Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
    Marker interface for inbound requests.
    • Method Detail

      • getConnection

        Connection<Server> getConnection()
        Deprecated.
        Returns the related connection.
        Returns:
        The related connection.
      • getHeaders

        Series<Header> getHeaders()
        Deprecated.
        Returns the headers.
        Returns:
        The headers.
      • setHeaders

        void setHeaders​(Series<Header> headers)
        Deprecated.
        Put the headers in the request's attributes map.
        Parameters:
        headers - The headers.