@Deprecated public class UdpTransportFactory extends TransportFactory
| Constructor and Description |
|---|
UdpTransportFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
bind, compositeConnect, compositeConnect, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigurepublic UdpTransportFactory()
public TransportServer doBind(URI location) throws IOException
doBind in class TransportFactoryIOExceptionpublic Transport configure(Transport transport, WireFormat format, Map options) throws Exception
TransportFactoryconfigure in class TransportFactoryExceptionpublic Transport compositeConfigure(Transport transport, WireFormat format, Map options)
TransportFactorycompositeConfigure in class TransportFactoryprotected Transport createTransport(URI location, WireFormat wf) throws UnknownHostException, IOException
TransportFactorycreateTransport in class TransportFactoryUnknownHostExceptionIOExceptionprotected Transport createTransport(int port, WireFormat wf) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionprotected 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 transportExceptionprotected ReplayStrategy createReplayStrategy(Replayer replayer)
protected ReplayStrategy createReplayStrategy()
protected Transport configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport)
protected OpenWireFormat asOpenWireFormat(WireFormat wf)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.