public class McastResource
extends org.onosproject.rest.AbstractWebResource
| Constructor and Description |
|---|
McastResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
join(String sAddr,
String gAddr,
String ports)
Static join a multicast flow.
|
javax.ws.rs.core.Response |
removeMcastFlow(String src,
String grp)
Delete multicast state.
|
javax.ws.rs.core.Response |
showAll()
Retrieve the multicast route table.
|
public javax.ws.rs.core.Response showAll()
throws IOException
IOException - if an error occurspublic javax.ws.rs.core.Response join(String sAddr, String gAddr, String ports) throws IOException
sAddr - source address to joingAddr - group address to joinports - ingress and egress ConnectPoints to joinIOException - if something failed with the join commandCopyright © 2015. All rights reserved.