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

breul edited comment on DIRMINA-438 at 10/13/08 6:51 AM:
---------------------------------------------------------------

Hey thanks! I didn't see the org.apache.mina.transport.socket.apr package in 
Eclipse, now I do. A quick overview suggests that extending AprSocketAcceptor 
using the class "Multiclass" from the jni library might lead to results. 
Otherwise I guess I will have to use the MulticastSocket provided by java.net 
to implement a new IoAcceptor, however after only a few hours on this project I 
still have no idea how APR, MINA, NIO and co. actually work, so I will fight my 
way through some code and look into it.

      was (Author: breul):
    Hey thanks! I didn't see the transport-apr package in Eclipse, now I do. A 
quick overview suggests that extending AprSocketAcceptor using the class 
"Multiclass" from the jni library might lead to results. 
Otherwise I guess I will have to use the MulticastSocket provided by java.net 
to implement a new IoAcceptor, however after only a few hours on this project I 
still have no idea how APR, MINA, NIO and co. actually work, so I will fight my 
way through some code and look into it.
  
> Multicast support for MINA API 
> -------------------------------
>
>                 Key: DIRMINA-438
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-438
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Julien Vermillard
>            Priority: Minor
>
> For supporting multicast over UDP we need to change the MINA API for
> Set the multicast Time to Live (TTL) for a multicast transmission.
> Joining a multicast group for a given session.
> Leaving a multicast group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to