|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatagramHeaderMarshaller | |
---|---|
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 | |
---|---|
class |
MulticastDatagramHeaderMarshaller
|
Methods in org.apache.activemq.transport.multicast that return DatagramHeaderMarshaller | |
---|---|
protected DatagramHeaderMarshaller |
MulticastTransport.createDatagramHeaderMarshaller()
|
Uses of DatagramHeaderMarshaller in org.apache.activemq.transport.udp |
---|
Fields in org.apache.activemq.transport.udp declared as DatagramHeaderMarshaller | |
---|---|
protected DatagramHeaderMarshaller |
CommandChannelSupport.headerMarshaller
|
Methods in org.apache.activemq.transport.udp that return DatagramHeaderMarshaller | |
---|---|
protected DatagramHeaderMarshaller |
UdpTransport.createDatagramHeaderMarshaller()
|
DatagramHeaderMarshaller |
CommandChannelSupport.getHeaderMarshaller()
|
DatagramHeaderMarshaller |
CommandChannel.getHeaderMarshaller()
|
Methods in org.apache.activemq.transport.udp with parameters of type DatagramHeaderMarshaller | |
---|---|
void |
CommandChannelSupport.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller)
|
void |
CommandChannel.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller)
|
Constructors in org.apache.activemq.transport.udp with parameters of type DatagramHeaderMarshaller | |
---|---|
CommandChannelSupport(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller)
|
|
CommandDatagramChannel(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
java.nio.channels.DatagramChannel channel,
ByteBufferPool bufferPool)
|
|
CommandDatagramSocket(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
java.net.DatagramSocket channel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |