| Constructor and Description |
|---|
FCMulticastSocketTransport(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 FCMulticastSocketTransport(FCSocketConf conf)
public void join()
throws IOException
join in interface TransportIOExceptionpublic FCSocketConf getConf()
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()
Copyright © 2014. All rights reserved.