public class UdpTransportFactory extends Object implements TransportFactory.Provider
| Constructor and Description |
|---|
UdpTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.fusesource.hawtdispatch.transport.TransportServer |
bind(String location) |
org.fusesource.hawtdispatch.transport.Transport |
connect(String location) |
protected org.fusesource.hawtdispatch.transport.UdpTransportServer |
createUdpTransportServer(URI location,
Map<String,String> options) |
public org.fusesource.hawtdispatch.transport.TransportServer bind(String location) throws Exception
bind in interface TransportFactory.ProviderExceptionpublic org.fusesource.hawtdispatch.transport.Transport connect(String location) throws Exception
connect in interface TransportFactory.ProviderExceptionprotected org.fusesource.hawtdispatch.transport.UdpTransportServer createUdpTransportServer(URI location, Map<String,String> options) throws IOException, URISyntaxException, Exception
IOExceptionURISyntaxExceptionExceptionCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.