org.apache.geronimo.gshell.whisper.transport.tcp
Class TcpAddressFactory
java.lang.Object
org.apache.geronimo.gshell.whisper.transport.tcp.TcpAddressFactory
- All Implemented Interfaces:
- AddressFactory<InetSocketAddress>
- Direct Known Subclasses:
- SslAddressFactory
@Component(role=AddressFactory.class,
hint="tcp")
public class TcpAddressFactory- extends Object
- implements AddressFactory<InetSocketAddress>
???
- Version:
- $Rev: 579828 $ $Date: 2007-09-26 15:15:42 -0700 (Wed, 26 Sep 2007) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TcpAddressFactory
public TcpAddressFactory()
create
public InetSocketAddress create(URI location)
throws Exception
- Specified by:
create in interface AddressFactory<InetSocketAddress>
- Throws:
Exception
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.