Hi Folks, Wanted to check if anyone has had a chance to play with the code we submitted for this filter. In case some information is incomplete, please let me know.
Looking forward to your feedback. -Dhruv Chopra On Wed, Oct 17, 2012 at 12:45 AM, dhruv chopra (JIRA) <[email protected]>wrote: > > [ > https://issues.apache.org/jira/browse/DIRMINA-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477267#comment-13477267] > > dhruv chopra commented on DIRMINA-907: > -------------------------------------- > > The attached filter will abstract the client connection from the handler. > ie the handler will only decode/encode if the remote client is a websocket > (which it knows depending on if a websocket handshake has been performed or > not). > > > 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 >
