|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OftpletFactory | |
---|---|
org.neociclo.odetteftp.netty | |
org.neociclo.odetteftp.service | |
org.neociclo.odetteftp.support |
Uses of OftpletFactory in org.neociclo.odetteftp.netty |
---|
Methods in org.neociclo.odetteftp.netty that return OftpletFactory | |
---|---|
OftpletFactory |
OdetteFtpChannelHandler.getOftpletFactory()
|
Constructors in org.neociclo.odetteftp.netty with parameters of type OftpletFactory | |
---|---|
OdetteFtpChannelHandler(EntityType entityType,
OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer,
org.jboss.netty.channel.group.ChannelGroup channelGroup)
Let create the handler using ODETTE FTP entity type (Initiator or Responder) and protocol version of your choice. |
|
OdetteFtpChannelHandler(OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer,
org.jboss.netty.channel.group.ChannelGroup channelGroup)
Default constructor. |
|
OdetteFtpPipelineFactory(EntityType entityType,
OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer)
|
|
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)
|
Uses of OftpletFactory in org.neociclo.odetteftp.service |
---|
Methods in org.neociclo.odetteftp.service with parameters of type OftpletFactory | |
---|---|
protected org.jboss.netty.channel.ChannelPipelineFactory |
TcpClient.getPipelineFactory(OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer)
|
protected abstract org.jboss.netty.channel.ChannelPipelineFactory |
Client.getPipelineFactory(OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer)
|
protected OdetteFtpPipelineFactory |
TcpServer.getPipelineFactory(OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer,
org.jboss.netty.channel.group.ChannelGroup channelGroup)
|
protected abstract org.jboss.netty.channel.ChannelPipelineFactory |
Server.getPipelineFactory(OftpletFactory oftpletFactory,
org.jboss.netty.util.Timer timer,
org.jboss.netty.channel.group.ChannelGroup channelGroup)
|
Constructors in org.neociclo.odetteftp.service with parameters of type OftpletFactory | |
---|---|
Client(OftpletFactory oftpletFactory)
|
|
Server(OftpletFactory oftpletFactory)
Embedded class constructor taking service configuration and callback handler. |
|
TcpClient(InetSocketAddress remoteAddress,
OftpletFactory oftpletFactory)
|
|
TcpClient(InetSocketAddress remoteAddress,
SSLEngine sslEngine,
OftpletFactory oftpletFactory)
|
|
TcpClient(String host,
int port,
OftpletFactory oftpletFactory)
|
|
TcpClient(String host,
int port,
SSLEngine sslEngine,
OftpletFactory oftpletFactory)
|
|
TcpClient(String host,
OftpletFactory oftpletFactory)
|
|
TcpClient(String host,
SSLEngine sslEngine,
OftpletFactory oftpletFactory)
|
|
TcpServer(InetSocketAddress localAddress,
OftpletFactory oftpletFactory)
|
|
TcpServer(InetSocketAddress localAddress,
SSLEngine sslEngine,
Boolean startTls,
OftpletFactory oftpletFactory)
|
|
TcpServer(InetSocketAddress localAddress,
SSLEngine sslEngine,
OftpletFactory oftpletFactory)
|
Uses of OftpletFactory in org.neociclo.odetteftp.support |
---|
Classes in org.neociclo.odetteftp.support that implement OftpletFactory | |
---|---|
class |
InOutSharedQueueOftpletFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |