|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityType | |
---|---|
org.neociclo.odetteftp | |
org.neociclo.odetteftp.netty | |
org.neociclo.odetteftp.util |
Uses of EntityType in org.neociclo.odetteftp |
---|
Methods in org.neociclo.odetteftp that return EntityType | |
---|---|
EntityType |
OdetteFtpSession.getEntityType()
|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.neociclo.odetteftp with parameters of type EntityType | |
---|---|
OdetteFtpSession(EntityType entityType)
|
Uses of EntityType in org.neociclo.odetteftp.netty |
---|
Constructors in org.neociclo.odetteftp.netty with parameters of type EntityType | |
---|---|
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. |
|
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 EntityType in org.neociclo.odetteftp.util |
---|
Fields in org.neociclo.odetteftp.util declared as EntityType | |
---|---|
static EntityType |
OdetteFtpConstants.DEFAULT_OFTP_ENTITY_TYPE
|
Methods in org.neociclo.odetteftp.util with parameters of type EntityType | |
---|---|
static EntityState |
ProtocolUtil.getInitialState(EntityType entity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |