Class MulticastDatagramHeaderMarshaller
- java.lang.Object
-
- org.apache.activemq.transport.udp.DatagramHeaderMarshaller
-
- org.apache.activemq.transport.multicast.MulticastDatagramHeaderMarshaller
-
public class MulticastDatagramHeaderMarshaller extends DatagramHeaderMarshaller
-
-
Constructor Summary
Constructors Constructor Description MulticastDatagramHeaderMarshaller(String localUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointcreateEndpoint(ByteBuffer readBuffer, SocketAddress address)Reads any header if applicable and then creates an endpoint objectvoidwriteHeader(Command command, ByteBuffer writeBuffer)-
Methods inherited from class org.apache.activemq.transport.udp.DatagramHeaderMarshaller
createEndpoint, createEndpoint, getEndpoint, writeHeader
-
-
-
-
Constructor Detail
-
MulticastDatagramHeaderMarshaller
public MulticastDatagramHeaderMarshaller(String localUri)
-
-
Method Detail
-
createEndpoint
public Endpoint createEndpoint(ByteBuffer readBuffer, SocketAddress address)
Description copied from class:DatagramHeaderMarshallerReads any header if applicable and then creates an endpoint object- Overrides:
createEndpointin classDatagramHeaderMarshaller
-
writeHeader
public void writeHeader(Command command, ByteBuffer writeBuffer)
- Overrides:
writeHeaderin classDatagramHeaderMarshaller
-
-