| Constructor and Description |
|---|
FCMulticastChannelTransport(FCSocketConf conf) |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getAddress() |
FCSocketConf |
getConf() |
NetworkInterface |
getInterface() |
void |
join() |
boolean |
receive(DatagramPacket pack) |
void |
send(DatagramPacket pack) |
public FCMulticastChannelTransport(FCSocketConf conf)
public boolean receive(DatagramPacket pack) throws IOException
receive in interface TransportIOExceptionpublic void send(DatagramPacket pack) throws IOException
send in interface TransportIOExceptionpublic InetSocketAddress getAddress()
public NetworkInterface getInterface()
public void join()
throws IOException
join in interface TransportIOExceptionpublic FCSocketConf getConf()
Copyright © 2014. All rights reserved.