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

Exposed Channelpipeline #55

Closed
wants to merge 1 commit into from

Conversation

dobermai
Copy link

@dobermai dobermai commented Feb 5, 2013

In order to plug in new Handlers to the Channelpipeline I exposed Nettys Channelpipeline via a getter in the RestExpress class. This enables Plugins to hook in new Handlers (like SSL Handlers, etc)

@buildhive
Copy link

REST Express Service Framework (Java) » RestExpress #5 SUCCESS
This pull request looks good
(what's this?)

@tfredrich
Copy link
Member

Thanks for the pull request. Did it accomplish what you needed? It is my understanding that Netty uses the PipelineFactory (PipelineBuilder in the case of RestExpress) to create a new pipeline for each request. So my feeling is that this wouldn't work for plugging in additional items into the pipeline, unless you're able to stitch it in on each request--which the plugin framework doesn't support.

Interested in your thoughts... thanks!

@hmandala
Copy link

The ability to plug components into the pipeline would be great. I would like to add an HttpChunkAggregator, for instance. It's not clear to me if this is possible with the present version of the source.

@tfredrich tfredrich closed this Jun 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants