Package org.restlet

Interface Uniform

    • Method Detail

      • handle

        void handle​(Request request,
                    Response response)
        Handles a uniform call. It is important to realize that this interface can be used either on the client-side or on the server-side.
        Parameters:
        request - The request to handle.
        response - The associated response.