Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full documentation of new annotation: @Get @Post @Delete @Message etc. #807

Closed
jfarcand opened this issue Jan 9, 2013 · 3 comments
Closed

Comments

@jfarcand
Copy link
Member

jfarcand commented Jan 9, 2013

No description provided.

@callado4
Copy link

callado4 commented Jun 6, 2013

I just tried to use the @post annotation to push a message via post to a broadcaster on a @managedservice but I can't seem to access the contents of the Post body. Is there a way to POST a message to a @managedservice without having to connect to it via the Streaming API?

@jfarcand
Copy link
Member Author

jfarcand commented Jun 6, 2013

Have you try?

@Post
public void post(AtmosphereResource r) {
 InputStream i =   r.getRequest().getInputStream(); 
}

@jfarcand
Copy link
Member Author

jfarcand commented Sep 9, 2013

Fixed

@jfarcand jfarcand closed this as completed Sep 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants