Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Refactored WebSocket API

Jesse,

I've not yet decided exactly where the extension mechanism will go.
Inbound, an extension will probably look like a FrameHandler or just a
FrameHandler wrapper, but outbound is a little more complex.

Eitherway, the OnFrame handling is for a frame after extensions - this
allows an extension to be multiplexing and distribute frames to many
different websocket instances.

cheers



On 11 March 2011 01:10, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
> That might conflict or duplicate with the onFrame but perhaps as a
> option, following frames vs following extensions..  At least from my
> limited understanding the extension as an abstraction seems more
> interesting then the frames that might be involved with it getting
> that extension from point a to b.


Back to the top