@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, serverConfigure
public UdpTransportFactory()
public TransportServer doBind(URI location) throws IOException
doBind
in class TransportFactory
IOException
public Transport configure(Transport transport, WireFormat format, Map options) throws Exception
TransportFactory
configure
in class TransportFactory
Exception
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 TransportFactory
UnknownHostException
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 transportException
protected ReplayStrategy createReplayStrategy(Replayer replayer)
protected ReplayStrategy createReplayStrategy()
protected Transport configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport)
protected OpenWireFormat asOpenWireFormat(WireFormat wf)
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.