Closed flowersinthesand closed 9 years ago
The current helper like AtmosphereBridge, JwaBridge should meet the following requirements:
AtmosphereBridge
JwaBridge
Therefore, they don't need to start with their name and accept path as argument. VibeServerCodec for Netty is a good example for that.
VibeServerCodec
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.
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.