Uses of Class
org.neociclo.odetteftp.TransportType

Packages that use TransportType
org.neociclo.odetteftp   
org.neociclo.odetteftp.netty   
 

Uses of TransportType in org.neociclo.odetteftp
 

Methods in org.neociclo.odetteftp that return TransportType
static TransportType TransportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportType[] TransportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TransportType in org.neociclo.odetteftp.netty
 

Constructors in org.neociclo.odetteftp.netty with parameters of type TransportType
OdetteFtpPipelineFactory(EntityType entityType, OftpletFactory oftpletFactory, org.jboss.netty.util.Timer timer, TransportType transport)
           
OdetteFtpPipelineFactory(EntityType entityType, OftpletFactory oftpletFactory, org.jboss.netty.util.Timer timer, TransportType transport, org.jboss.netty.handler.ssl.SslHandler sslHandler)
           
OdetteFtpPipelineFactory(EntityType entityType, OftpletFactory oftpletFactory, org.jboss.netty.util.Timer timer, TransportType transport, org.jboss.netty.handler.ssl.SslHandler sslHandler, org.jboss.netty.channel.group.ChannelGroup channelGroup)
           
 



ACCORD