Liferay 6.1.2-ce-ga3

com.liferay.util.transport
Class MulticastDatagramHandler

java.lang.Object
  extended by com.liferay.util.transport.MulticastDatagramHandler
All Implemented Interfaces:
DatagramHandler

public class MulticastDatagramHandler
extends Object
implements DatagramHandler


Constructor Summary
MulticastDatagramHandler(boolean gzipData, boolean shortData)
           
 
Method Summary
 void errorReceived(Throwable t)
           
protected  byte[] getUnzippedBytes(byte[] bytes)
           
 void process(DatagramPacket packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastDatagramHandler

public MulticastDatagramHandler(boolean gzipData,
                                boolean shortData)
Method Detail

errorReceived

public void errorReceived(Throwable t)
Specified by:
errorReceived in interface DatagramHandler

process

public void process(DatagramPacket packet)
Specified by:
process in interface DatagramHandler

getUnzippedBytes

protected byte[] getUnzippedBytes(byte[] bytes)
                           throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3