You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "fabio martelli (JIRA)" <ji...@apache.org> on 2014/07/25 10:58:38 UTC

[jira] [Resolved] (OLINGO-366) Enforce delayed HTTP requests

     [ https://issues.apache.org/jira/browse/OLINGO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fabio martelli resolved OLINGO-366.
-----------------------------------

    Resolution: Fixed

> Enforce delayed HTTP requests
> -----------------------------
>
>                 Key: OLINGO-366
>                 URL: https://issues.apache.org/jira/browse/OLINGO-366
>             Project: Olingo
>          Issue Type: Sub-task
>          Components: odata4-client
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: V4 4.0.0-beta-01
>
>
> The client proxy generally generates an HTTP request for each sub-method invocation; for example
> {code}
> MessageCollection messages = service.getMe().get().getInbox().getMessages().getAll();
> {code}
> sends out 3 different GET requests:
>  # /me
>  # /me/inbox
>  # /me/inbox/messages



--
This message was sent by Atlassian JIRA
(v6.2#6252)