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 TypeMethodDescriptionvoid
errorReceived
(Throwable throwable) protected byte[]
getUnzippedBytes
(byte[] bytes) void
process
(DatagramPacket packet)
-
Constructor Details
-
MulticastDatagramHandler
public MulticastDatagramHandler(boolean gzipData, boolean shortData)
-
-
Method Details
-
errorReceived
- Specified by:
errorReceived
in interfaceDatagramHandler
-
process
- Specified by:
process
in interfaceDatagramHandler
-
getUnzippedBytes
- Throws:
Exception
-