You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "dhruv chopra (JIRA)" <ji...@apache.org> on 2012/11/09 07:32:12 UTC

[jira] [Commented] (DIRMINA-907) Create a WebSocket iofilter for use in Apache Mina TCP servers

    [ https://issues.apache.org/jira/browse/DIRMINA-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493765#comment-13493765 ] 

dhruv chopra commented on DIRMINA-907:
--------------------------------------

Sorry - I'm still a bit new to MINA but I did a few searches and don't know what exactly you are referring to by mina-http! :)
Is there already a http codec that you are suggesting we insert this in to? 

I have currently implemented this in a way that it is stand-alone. Since websocket only do an initial handshake over http and every thing onwards is non-http, wouldn't it be overkill to have to include an entire http module?
                
> Create a WebSocket iofilter for use in Apache Mina TCP servers
> --------------------------------------------------------------
>
>                 Key: DIRMINA-907
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-907
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter, Protocol - HTTP, Transport
>            Reporter: dhruv chopra
>         Attachments: WebSocketFilter.zip
>
>
> Shephertz has created a websocket iofilter that can be added in Apache mina tcp server chain. The features of this codec are
> 1) Works with binary data sent/received over websocket
> 2) Abstracts the client details from the Handler code i.e. the handler need not be aware that the remote endpoint is a browser or native client.
> 3) Tested with binary data sent/received on latest chrome and firefox browsers. IE 9 doesn't support websockets and we will make changes if required for IE 10 when its released and if it supports websockets.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira