Package com.liferay.util.transport
Class MulticastDatagramHandler
Object
com.liferay.util.transport.MulticastDatagramHandler
- All Implemented Interfaces:
DatagramHandler
- Author:
- Michael C. Han, Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderrorReceived(Throwable throwable) protected byte[]getUnzippedBytes(byte[] bytes) voidprocess(DatagramPacket packet)
-
Constructor Details
-
MulticastDatagramHandler
public MulticastDatagramHandler(boolean gzipData, boolean shortData)
-
-
Method Details
-
errorReceived
- Specified by:
errorReceivedin interfaceDatagramHandler
-
process
- Specified by:
processin interfaceDatagramHandler
-
getUnzippedBytes
- Throws:
Exception
-