org.apache.geronimo.gshell.whisper.transport.tcp
Class TcpTransportFactory<T extends TcpTransport,S extends TcpTransportServer>

java.lang.Object
  extended by org.apache.geronimo.gshell.whisper.transport.base.BaseTransportFactory
      extended by org.apache.geronimo.gshell.whisper.transport.tcp.TcpTransportFactory<T,S>
All Implemented Interfaces:
TransportFactory
Direct Known Subclasses:
SslTransportFactory

@Component(role=TransportFactory.class,
           hint="tcp")
public class TcpTransportFactory<T extends TcpTransport,S extends TcpTransportServer>
extends BaseTransportFactory

Produces TCP transport instances.

Version:
$Rev: 579828 $ $Date: 2007-09-26 15:15:42 -0700 (Wed, 26 Sep 2007) $

Field Summary
static String SCHEME
           
 
Fields inherited from class org.apache.geronimo.gshell.whisper.transport.base.BaseTransportFactory
container
 
Constructor Summary
  TcpTransportFactory()
           
protected TcpTransportFactory(String scheme)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.gshell.whisper.transport.base.BaseTransportFactory
bind, bind, connect, connect, getScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.gshell.whisper.transport.TransportFactory
bind, connect
 

Field Detail

SCHEME

public static final String SCHEME
See Also:
Constant Field Values
Constructor Detail

TcpTransportFactory

public TcpTransportFactory()

TcpTransportFactory

protected TcpTransportFactory(String scheme)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.