|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.udp.UdpTransportFactory
@Deprecated public class UdpTransportFactory
| Constructor Summary | |
|---|---|
UdpTransportFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
protected OpenWireFormat |
asOpenWireFormat(WireFormat wf)
Deprecated. |
Transport |
compositeConfigure(Transport transport,
WireFormat format,
Map options)
Deprecated. Similar to configure(...) but this avoid adding in the MutexTransport and ResponseCorrelator transport layers so that the resulting transport can more efficiently be used as part of a composite transport. |
Transport |
configure(Transport transport,
WireFormat format,
Map options)
Deprecated. Fully configures and adds all need transport filters so that the transport can be used by the JMS client. |
protected Transport |
configure(Transport transport,
WireFormat format,
Map options,
boolean acceptServer)
Deprecated. Configures the transport |
protected Transport |
configureClientSideNegotiator(Transport transport,
WireFormat format,
UdpTransport udpTransport)
Deprecated. |
protected ReplayStrategy |
createReplayStrategy()
Deprecated. |
protected ReplayStrategy |
createReplayStrategy(Replayer replayer)
Deprecated. |
protected Transport |
createTransport(int port,
WireFormat wf)
Deprecated. |
protected Transport |
createTransport(URI location,
WireFormat wf)
Deprecated. Factory method to create a new transport |
TransportServer |
doBind(URI location)
Deprecated. |
| Methods inherited from class org.apache.activemq.transport.TransportFactory |
|---|
bind, compositeConnect, compositeConnect, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UdpTransportFactory()
| Method Detail |
|---|
public TransportServer doBind(URI location)
throws IOException
doBind in class TransportFactoryIOException
public Transport configure(Transport transport,
WireFormat format,
Map options)
throws Exception
TransportFactory
configure in class TransportFactoryException
public Transport compositeConfigure(Transport transport,
WireFormat format,
Map options)
TransportFactory
compositeConfigure in class TransportFactory
protected Transport createTransport(URI location,
WireFormat wf)
throws UnknownHostException,
IOException
TransportFactory
createTransport in class TransportFactoryUnknownHostException
IOException
protected Transport createTransport(int port,
WireFormat wf)
throws UnknownHostException,
IOException
UnknownHostException
IOException
protected Transport configure(Transport transport,
WireFormat format,
Map options,
boolean acceptServer)
throws Exception
acceptServer - true if this transport is used purely as an 'accept'
transport for new connections which work like TCP
SocketServers where new connections spin up a new separate
UDP transport
Exceptionprotected ReplayStrategy createReplayStrategy(Replayer replayer)
protected ReplayStrategy createReplayStrategy()
protected Transport configureClientSideNegotiator(Transport transport,
WireFormat format,
UdpTransport udpTransport)
protected OpenWireFormat asOpenWireFormat(WireFormat wf)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||