vibe-project / vibe-java-platform

Vibe Java Platform
http://vibe-project.github.io/projects/vibe-java-platform/
Apache License 2.0
6 stars 1 forks source link

Rewrite helper class #18

Closed flowersinthesand closed 9 years ago

flowersinthesand commented 9 years ago

The current helper like AtmosphereBridge, JwaBridge should meet the following requirements:

Therefore, they don't need to start with their name and accept path as argument. VibeServerCodec for Netty is a good example for that.

flowersinthesand commented 9 years ago

Helpers of Atmosphere 2, Vert.x 2, Servlet 3 and Java WebSocket API 1 are rewritten meeting the above requirements. Play 2 will be dealt with in other issue.