Uses of Class
org.apache.activemq.transport.udp.DatagramHeaderMarshaller
Packages that use DatagramHeaderMarshaller
Package
Description
A Multicast based Transport implementation.
UDP based Transport implementation.
-
Uses of DatagramHeaderMarshaller in org.apache.activemq.transport.multicast
Subclasses of DatagramHeaderMarshaller in org.apache.activemq.transport.multicastMethods in org.apache.activemq.transport.multicast that return DatagramHeaderMarshallerModifier and TypeMethodDescriptionprotected DatagramHeaderMarshallerMulticastTransport.createDatagramHeaderMarshaller() -
Uses of DatagramHeaderMarshaller in org.apache.activemq.transport.udp
Fields in org.apache.activemq.transport.udp declared as DatagramHeaderMarshallerModifier and TypeFieldDescriptionprotected DatagramHeaderMarshallerCommandChannelSupport.headerMarshallerMethods in org.apache.activemq.transport.udp that return DatagramHeaderMarshallerModifier and TypeMethodDescriptionprotected DatagramHeaderMarshallerUdpTransport.createDatagramHeaderMarshaller()CommandChannel.getHeaderMarshaller()CommandChannelSupport.getHeaderMarshaller()Methods in org.apache.activemq.transport.udp with parameters of type DatagramHeaderMarshallerModifier and TypeMethodDescriptionvoidCommandChannel.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller) voidCommandChannelSupport.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller) Constructors in org.apache.activemq.transport.udp with parameters of type DatagramHeaderMarshallerModifierConstructorDescriptionCommandChannelSupport(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)