|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UdpTransport | |
|---|---|
| org.apache.activemq.transport.multicast | A Multicast based Transport implementation. |
| org.apache.activemq.transport.reliable | The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands. |
| org.apache.activemq.transport.udp | UDP based Transport implementation. |
| Uses of UdpTransport in org.apache.activemq.transport.multicast |
|---|
| Subclasses of UdpTransport in org.apache.activemq.transport.multicast | |
|---|---|
class |
MulticastTransport
A multicast based transport. |
| Uses of UdpTransport in org.apache.activemq.transport.reliable |
|---|
| Constructors in org.apache.activemq.transport.reliable with parameters of type UdpTransport | |
|---|---|
ReliableTransport(Transport next,
UdpTransport udpTransport)
Deprecated. |
|
| Uses of UdpTransport in org.apache.activemq.transport.udp |
|---|
| Methods in org.apache.activemq.transport.udp that return UdpTransport | |
|---|---|
UdpTransport |
UdpTransportServer.getServerTransport()
Deprecated. |
| Methods in org.apache.activemq.transport.udp with parameters of type UdpTransport | |
|---|---|
protected Transport |
UdpTransportFactory.configureClientSideNegotiator(Transport transport,
WireFormat format,
UdpTransport udpTransport)
Deprecated. |
| Constructors in org.apache.activemq.transport.udp with parameters of type UdpTransport | |
|---|---|
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)
|
|
ResponseRedirectInterceptor(Transport next,
UdpTransport transport)
|
|
UdpTransportServer(URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||