Uses of Class
org.apache.activemq.transport.udp.DatagramHeaderMarshaller
-
Packages that use DatagramHeaderMarshaller Package Description org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of DatagramHeaderMarshaller in org.apache.activemq.transport.multicast
Subclasses of DatagramHeaderMarshaller in org.apache.activemq.transport.multicast Modifier and Type Class Description class
MulticastDatagramHeaderMarshaller
Methods in org.apache.activemq.transport.multicast that return DatagramHeaderMarshaller Modifier and Type Method Description protected DatagramHeaderMarshaller
MulticastTransport. createDatagramHeaderMarshaller()
-
Uses of DatagramHeaderMarshaller in org.apache.activemq.transport.udp
Fields in org.apache.activemq.transport.udp declared as DatagramHeaderMarshaller Modifier and Type Field Description protected DatagramHeaderMarshaller
CommandChannelSupport. headerMarshaller
Methods in org.apache.activemq.transport.udp that return DatagramHeaderMarshaller Modifier and Type Method Description protected DatagramHeaderMarshaller
UdpTransport. createDatagramHeaderMarshaller()
DatagramHeaderMarshaller
CommandChannel. getHeaderMarshaller()
DatagramHeaderMarshaller
CommandChannelSupport. getHeaderMarshaller()
Methods in org.apache.activemq.transport.udp with parameters of type DatagramHeaderMarshaller Modifier and Type Method Description void
CommandChannel. setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller)
void
CommandChannelSupport. setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller)
Constructors in org.apache.activemq.transport.udp with parameters of type DatagramHeaderMarshaller Constructor Description CommandChannelSupport(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller)
CommandDatagramChannel(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller, DatagramChannel channel, ByteBufferPool bufferPool)
CommandDatagramSocket(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller, DatagramSocket channel)
-