public class MulticastDatagramHandler extends Object implements DatagramHandler
| Constructor and Description |
|---|
MulticastDatagramHandler(boolean gzipData,
boolean shortData) |
| Modifier and Type | Method and Description |
|---|---|
void |
errorReceived(Throwable t) |
protected byte[] |
getUnzippedBytes(byte[] bytes) |
void |
process(DatagramPacket packet) |
public MulticastDatagramHandler(boolean gzipData,
boolean shortData)
public void errorReceived(Throwable t)
errorReceived in interface DatagramHandlerpublic void process(DatagramPacket packet)
process in interface DatagramHandler