A B C D E F G H I L M N O P R S T U V W Y Z

A

abnormalRelease(OdetteFtpSession, EndSessionReason, String) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
abnormalRelease(OdetteFtpSession, EndSessionReason, String) - Method in interface org.neociclo.odetteftp.ProtocolHandler
Terminate current session by sending an End Session command with the specified error and raise the exception for the local user agent.
abort(OdetteFtpSession, EndSessionReason, String) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
abort(OdetteFtpSession, EndSessionReason, String) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
AbstractMapping - Class in org.neociclo.odetteftp.protocol.data
 
AbstractMapping() - Constructor for class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
accepted() - Method in interface org.neociclo.odetteftp.oftplet.EndFileResponse
 
accepted() - Method in interface org.neociclo.odetteftp.oftplet.StartFileResponse
 
accepted() - Method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
accepted() - Method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
acceptStartFile(VirtualFile) - Method in interface org.neociclo.odetteftp.oftplet.OftpletListener
Callback method indicating a receive file request, used to construct and return the VirtualFile instance.
acceptStartFile(VirtualFile) - Method in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
acceptStartFile(VirtualFile) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
acceptStartFile(VirtualFile) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
addHandler(Class<T>, OneToOneHandler<T>) - Method in class org.neociclo.odetteftp.security.MappedCallbackHandler
 
addNotifSignature(DefaultSignedDeliveryNotification, CipherSuite, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
afterStartSession(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
Method called after the SSIDs are fully exchanged.
afterStartSession(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
Begin the Secure Authentication phase after having exchanged SSIDs.
afterStartSession(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
allocate(int) - Static method in class org.neociclo.odetteftp.util.ByteBufferFactory
 
ALPHANUMERIC_TYPE - Static variable in class org.neociclo.odetteftp.protocol.CommandFormat.Field
An alphanumeric field of length n octets.
AnswerReason - Enum in org.neociclo.odetteftp.protocol
Enumeration that represents each reason code for available Answer Reasons while transferring a Virtual File.
AnswerReasonInfo - Class in org.neociclo.odetteftp.oftplet
 
AnswerReasonInfo(AnswerReason) - Constructor for class org.neociclo.odetteftp.oftplet.AnswerReasonInfo
 
AnswerReasonInfo(AnswerReason, String) - Constructor for class org.neociclo.odetteftp.oftplet.AnswerReasonInfo
 
asDigestAlgorithm(CipherSuite) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
asEncryptionAlgorithm(CipherSuite) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
asOctet() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
 
AttributeKey - Class in org.neociclo.odetteftp.util
A key that makes its parent Map or session attribute to search fast while being debug-friendly by providing the string representation.
AttributeKey(Class<?>, String) - Constructor for class org.neociclo.odetteftp.util.AttributeKey
Creates a new instance.
AUCHCHAL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
AUCHCHLL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
AUCHCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Authentication Challenge command field.
AURPCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Authentication Challenge Response command field.
AURPRSP_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
authenticate(String, String) - Method in class org.neociclo.odetteftp.support.PasswordAuthenticationHandler
 
AUTHENTICATION_CHALLENGE_SIZE - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
A random number uniquely generated each time an Authentication Challenged is sent.
authenticationChallenge(byte[]) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
AuthenticationChallengeCallback - Class in org.neociclo.odetteftp.security
Convey the received Authentication Challenge request/response with the CallbackHandler.
AuthenticationChallengeCallback(byte[], OdetteFtpSession) - Constructor for class org.neociclo.odetteftp.security.AuthenticationChallengeCallback
Constructor.
authenticationChallengeReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
authenticationChallengeReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
authenticationChallengeReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
Decrypts the challenge using the user private key and sends the decrypted challenge back to the remote peer in the Authentication Response (AURP).
authenticationChallengeResponse(byte[]) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
AuthenticationException - Exception in org.neociclo.odetteftp.protocol
 
AuthenticationException(int) - Constructor for exception org.neociclo.odetteftp.protocol.AuthenticationException
 
AuthenticationException(int, String) - Constructor for exception org.neociclo.odetteftp.protocol.AuthenticationException
 
AuthenticationException(int, String, Throwable) - Constructor for exception org.neociclo.odetteftp.protocol.AuthenticationException
 
AuthenticationException(int, Throwable) - Constructor for exception org.neociclo.odetteftp.protocol.AuthenticationException
 
authenticationResponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
authenticationResponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
authenticationResponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
available() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
availableBytes() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
awaitDisconnect() - Method in class org.neociclo.odetteftp.service.Client
 

B

BC_PROVIDER - Static variable in class org.neociclo.odetteftp.util.SecurityUtil
BouncyCastle JCE Provider name.
BINARY_TYPE - Static variable in class org.neociclo.odetteftp.protocol.CommandFormat.Field
A binary field of length n octets.
bufferSkip(ByteBuffer, int) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
BufferUtil - Class in org.neociclo.odetteftp.util
 
BufferUtil() - Constructor for class org.neociclo.odetteftp.util.BufferUtil
 
buildAnswerReasonInfoObject(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildAnswerReasonInfoObject(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildAnswerReasonInfoObject(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildAuthenticationChallenge(byte[]) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildDeliveryNotificationCommand(DeliveryNotification) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildDeliveryNotificationCommand(DeliveryNotification) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildDeliveryNotificationCommand(DeliveryNotification) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
buildDeliveryNotificationCommand(DeliveryNotification) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildDirIfNecessary(File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
buildEndFileCommand(long, long) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildEndFileCommand(long, long) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildEndFileCommand(long, long) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildEndFileNegativeAnswerCommand(AnswerReason, String) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildEndFileNegativeAnswerCommand(AnswerReason, String) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildEndFileNegativeAnswerCommand(AnswerReason, String) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildEndFilePositiveAnswerCommand(boolean) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildEndFilePositiveAnswerCommand(boolean) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildEndFilePositiveAnswerCommand(boolean) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildEndSessionCommand(EndSessionReason, String) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildEndSessionCommand(EndSessionReason, String) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildEndSessionCommand(EndSessionReason, String) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildEndSessionReasonInfoObject(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildEndSessionReasonInfoObject(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildEndSessionReasonInfoObject(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildEndToEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildEndToEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildEndToEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildNegativeEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildNegativeEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildNegativeEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
buildNegativeEndResponse(CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildReadyToReceiveCommand() - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildReadyToReceiveCommand() - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildReadyToReceiveCommand() - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildSecurityChangeDirection() - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildSetCreditCommand() - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildStartFileCommand(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildStartFileCommand(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildStartFileCommand(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
buildStartFileCommand(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildStartFileNegativeAnswerCommand(AnswerReason, String, boolean) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildStartFileNegativeAnswerCommand(AnswerReason, String, boolean) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildStartFileNegativeAnswerCommand(AnswerReason, String, boolean) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildStartFilePositiveAnswerCommand(long) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildStartFilePositiveAnswerCommand(long) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildStartFilePositiveAnswerCommand(long) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildStartSessionCommand(String, String, String, OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildStartSessionCommand(String, String, String, OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildStartSessionCommand(String, String, String, OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
buildVirtualFileObject(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
buildVirtualFileObject(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
buildVirtualFileObject(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
buildVirtualFileObject(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
ByteBufferFactory - Class in org.neociclo.odetteftp.util
 
ByteBufferFactory() - Constructor for class org.neociclo.odetteftp.util.ByteBufferFactory
 

C

CDCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Change Direction command field.
CDTCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Set Credit command field.
CDTRSV1_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
changeDirection() - Method in interface org.neociclo.odetteftp.oftplet.EndFileResponse
 
changeDirection() - Static method in class org.neociclo.odetteftp.protocol.CommandBuilder
Create the Change Direction command.
changeDirection() - Method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
changeDirectionReceived(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
changeDirectionReceived(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
changeState() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
ChannelCallback - Interface in org.neociclo.odetteftp.oftplet
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 
ChannelContext - Class in org.neociclo.odetteftp.netty
 
ChannelContext() - Constructor for class org.neociclo.odetteftp.netty.ChannelContext
 
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
This method is called whenever the communication data flow is idle and the session timeout limit is over.
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 
checkAttribute(char, String) - Static method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
checkSecureAuthentication(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
checkSessionParamsViolation(int, int, TransferMode, boolean, OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
CIPHER_SUITE_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
CipherSuite - Enum in org.neociclo.odetteftp.protocol.v20
Enumeration indicating the cipher suite used to signe and/or encrypt the file and also to indicate the cipher suite that should be used when a signed EERP or NERP is requested.
clear() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
Client - Class in org.neociclo.odetteftp.service
 
Client(OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.Client
 
close() - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler.ChannelCallbackHandler
 
close() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
close() - Method in interface org.neociclo.odetteftp.oftplet.ChannelCallback
 
closeImmediately() - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler.ChannelCallbackHandler
 
closeImmediately() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
closeImmediately() - Method in interface org.neociclo.odetteftp.oftplet.ChannelCallback
 
CommandBuilder - Class in org.neociclo.odetteftp.protocol
 
CommandBuilder() - Constructor for class org.neociclo.odetteftp.protocol.CommandBuilder
 
CommandBuilderVer13 - Class in org.neociclo.odetteftp.protocol.v13
 
CommandBuilderVer13() - Constructor for class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
 
CommandBuilderVer14 - Class in org.neociclo.odetteftp.protocol.v14
 
CommandBuilderVer14() - Constructor for class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
 
CommandBuilderVer20 - Class in org.neociclo.odetteftp.protocol.v20
 
CommandBuilderVer20() - Constructor for class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
CommandExchangeBuffer - Class in org.neociclo.odetteftp.protocol
A Command Exchange Buffer contains a single command starting at the beginning of the buffer.
CommandExchangeBuffer(CommandFormat) - Constructor for class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
CommandExchangeBufferBuilder - Class in org.neociclo.odetteftp.netty.codec
 
CommandExchangeBufferBuilder() - Constructor for class org.neociclo.odetteftp.netty.codec.CommandExchangeBufferBuilder
 
CommandFormat - Interface in org.neociclo.odetteftp.protocol
This is a package visible class that provides support to represent a command format.
CommandFormat.Field - Class in org.neociclo.odetteftp.protocol
Command Format is compound of one or more fields.
CommandFormat.Field(int, String, char, char, int) - Constructor for class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
CommandFormat.Field(int, String, char, char, String) - Constructor for class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
CommandFormat.Field(String, String, char, char, int) - Constructor for class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
CommandFormat.Field(String, String, char, char, String) - Constructor for class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
CommandFormatConstants - Class in org.neociclo.odetteftp.util
 
CommandFormatConstants() - Constructor for class org.neociclo.odetteftp.util.CommandFormatConstants
 
CommandFormatHelper - Class in org.neociclo.odetteftp.util
 
CommandFormatHelper() - Constructor for class org.neociclo.odetteftp.util.CommandFormatHelper
 
CommandIdentifier - Enum in org.neociclo.odetteftp.protocol
Odette FTP entities communicate by sending and receiving messages in Exchange Buffers.
CommandNotRecognisedException - Exception in org.neociclo.odetteftp.protocol
The exception thrown when parsing or using an Exchange Buffer that contains an invalid command code (1st octet of the buffer).
CommandNotRecognisedException(String) - Constructor for exception org.neociclo.odetteftp.protocol.CommandNotRecognisedException
Constructor with the specified detail message.
CommandNotRecognisedException(char, String) - Constructor for exception org.neociclo.odetteftp.protocol.CommandNotRecognisedException
 
COMPRESSION_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
CompressionMapping - Class in org.neociclo.odetteftp.protocol.data
 
CompressionMapping() - Constructor for class org.neociclo.odetteftp.protocol.data.CompressionMapping
 
computeFileHash(File, String) - Static method in class org.neociclo.odetteftp.util.SecurityUtil
 
computeFileSizeInOctets(long, RecordFormat, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
computeOffsetFilePosition(long, RecordFormat, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
computeVirtualFileOffset(long, RecordFormat, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
computeVirtualFileRecordCount(long, RecordFormat, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
computeVirtualFileSize(long, RecordFormat, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
configure() - Method in interface org.neociclo.odetteftp.oftplet.ServerOftplet
 
configure(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.support.OftpletEventListener
 
configure(OdetteFtpSession) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
connect() - Method in class org.neociclo.odetteftp.service.Client
 
connect(boolean) - Method in class org.neociclo.odetteftp.service.Client
 
consumeIncomingCredits(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
consumeOutgoingCredits(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
containsHandler(Class<? extends Callback>) - Method in class org.neociclo.odetteftp.security.MappedCallbackHandler
 
copy(File, File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
copyStream(InputStream, OutputStream) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
CorruptedBufferException - Exception in org.neociclo.odetteftp.protocol
This exception is thrown when the processing buffer is corrupted.
CorruptedBufferException() - Constructor for exception org.neociclo.odetteftp.protocol.CorruptedBufferException
Constructor with no detail message.
CorruptedBufferException(String) - Constructor for exception org.neociclo.odetteftp.protocol.CorruptedBufferException
Constructor with the specified detail message.
create(CommandFormat, ChannelBuffer) - Static method in class org.neociclo.odetteftp.netty.codec.CommandExchangeBufferBuilder
 
createChannelFactory() - Method in class org.neociclo.odetteftp.service.Client
 
createChannelFactory() - Method in class org.neociclo.odetteftp.service.TcpClient
 
createCompressedData(String, String) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createCompressedData(File, File) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createCompressedData(InputStream, OutputStream) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createDate(int, int, int, int, int, int, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
Create date from given values.
createEnvelopedData(byte[], CipherSuite, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
Generate an EnvelopedData object by encrypting the content using the partner's public certificate with the specified CipherSuite.
createEnvelopedData(InputStream, OutputStream, CipherSuite, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createEnvelopedData(File, File, CipherSuite, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createEnvelopedData(String, String, CipherSuite, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createEnvelopedFile(File, File, EnvelopedVirtualFile) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
createEnvelopedFile(File, File, EnvelopedVirtualFile, X509Certificate, PrivateKey, X509Certificate) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
createEnvelopedFile(File, File, SecurityLevel, CipherSuite, FileCompression, FileEnveloping, X509Certificate, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
createFileFromCompressedData(String, String) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createFileFromCompressedData(File, File) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createFileFromEnvelopedData(String, String, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createFileFromEnvelopedData(File, File, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createFileFromSignedData(File, File, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createProvider() - Method in interface org.neociclo.odetteftp.oftplet.OftpletFactory
 
createProvider() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftpletFactory
 
createServerChannelFactory() - Method in class org.neociclo.odetteftp.service.Server
 
createServerChannelFactory() - Method in class org.neociclo.odetteftp.service.TcpServer
 
createSignedData(File, File, CipherSuite, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createSignedData(InputStream, CipherSuite, OutputStream, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
createSignedData(byte[], CipherSuite, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
Generate a SignedData object using SHA-1 digest.

D

DATA_EXCHANGE_BUFFER_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
dataBufferReceived(OdetteFtpSession, DataExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
dataBufferReceived(OdetteFtpSession, DataExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
DataExchangeBuffer - Class in org.neociclo.odetteftp.protocol
DataExchange is an type of Odette FTP Exchange Buffer used for encapsulate and transmit of Virtual File records.
DataExchangeBuffer(int) - Constructor for class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
DataExchangeBuffer(ByteBuffer) - Constructor for class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
DataExchangeBuffer.SubrecordHeader - Class in org.neociclo.odetteftp.protocol
Subrecord Header is defined in one octet as follows:
DataExchangeBuffer.SubrecordHeader(int, boolean, boolean, byte) - Constructor for class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
 
DataExchangeBuffer.SubrecordHeaderIterator - Class in org.neociclo.odetteftp.protocol
 
DataExchangeBuffer.SubrecordHeaderIterator(ByteBuffer) - Constructor for class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeaderIterator
 
DATE_STAMP_PATTERN - Static variable in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
String formatter pattern for converting a Date value to the Date stamp used on commands.
DATE_STAMP_PATTERN - Static variable in class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
String formatter pattern for converting a Date value to the Date stamp used on commands.
DATE_STAMP_PATTERN - Static variable in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
String formatter pattern for converting a Date value to the Date stamp used on commands.
decode(ChannelHandlerContext, Channel, Object) - Method in class org.neociclo.odetteftp.netty.codec.OdetteFtpDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.neociclo.odetteftp.netty.codec.StbDecoder
 
DEFAULT_BUFFER_SIZE - Static variable in class org.neociclo.odetteftp.util.IoUtil
Default buffer size of 32Kb for I/O use in this library.
DEFAULT_CLIENT_CONNECT_ATTEMPTS - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_CLIENT_CONNECT_RETRY_INTERVAL - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_LOGGING_LEVEL - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_OFTP2_CIPHER_SUITE - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Use 3DES_EDE_CBC_3KEY by default.
DEFAULT_OFTP_BUFFER_COMPRESSION - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_OFTP_DATA_EXCHANGE_BUFFER - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Default Data Exchange Buffer size of 4096 octets.
DEFAULT_OFTP_ENTITY_TYPE - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_OFTP_HASH_ALGORITHM - Static variable in class org.neociclo.odetteftp.util.SecurityUtil
Use SHA-1 as hash generation algorithm.
DEFAULT_OFTP_PORT - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Common Odette FTP port for non-secure connection is 3305.
DEFAULT_OFTP_RESTART - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_OFTP_SESSION_TIMEOUT - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Default ODETTE-FTP session timeout of 90 seconds.
DEFAULT_OFTP_SPECIAL_LOGIC - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_OFTP_V20_SECURE_AUTH - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Use ODETTE-FTP v2.0 secure authentication option is disabled by default.
DEFAULT_OFTP_VERSION - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_OFTP_WINDOW_SIZE - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_PROTOCOL_CHARSET - Static variable in class org.neociclo.odetteftp.protocol.CommandBuilder
Default charset defined in Odette FTP protocol specification.
DEFAULT_PROTOCOL_CHARSET - Static variable in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
Default charset defined in Odette FTP protocol specification.
DEFAULT_RECORD_SIZE - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
 
DEFAULT_SECURE_OFTP_PORT - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Odette FTP v2.0 secure connection port is 6619.
DEFAULT_VIRTUAL_FILE_BLOCK_SIZE - Static variable in class org.neociclo.odetteftp.protocol.data.AbstractMapping
Default file block length in octets.
DefaultDeliveryNotification - Class in org.neociclo.odetteftp.protocol
 
DefaultDeliveryNotification(DeliveryNotification.EndResponseType) - Constructor for class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
DefaultEndFileResponse - Class in org.neociclo.odetteftp.protocol
 
DefaultEnvelopedVirtualFile - Class in org.neociclo.odetteftp.protocol.v20
 
DefaultEnvelopedVirtualFile() - Constructor for class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
DefaultHandler - Class in org.neociclo.odetteftp.protocol
 
DefaultHandler() - Constructor for class org.neociclo.odetteftp.protocol.DefaultHandler
 
DefaultSecurityContext - Class in org.neociclo.odetteftp.security
 
DefaultSecurityContext(MappedCallbackHandler) - Constructor for class org.neociclo.odetteftp.security.DefaultSecurityContext
 
DefaultSignedDeliveryNotification - Class in org.neociclo.odetteftp.protocol.v20
 
DefaultSignedDeliveryNotification(DeliveryNotification.EndResponseType) - Constructor for class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
DefaultStartFileResponse - Class in org.neociclo.odetteftp.protocol
 
DefaultStartFileResponse(boolean, long) - Constructor for class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
DefaultStartFileResponse(boolean, AnswerReason, String, boolean) - Constructor for class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
DefaultVirtualFile - Class in org.neociclo.odetteftp.protocol
 
DefaultVirtualFile() - Constructor for class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
delete(File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
deleteDirectory(File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
DeliveryNotification - Interface in org.neociclo.odetteftp.protocol
 
DeliveryNotification.EndResponseType - Enum in org.neociclo.odetteftp.protocol
 
destroy() - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
Called by the Oftplet container to indicate it is being taken out of service.
destroy() - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
destroy() - Method in interface org.neociclo.odetteftp.support.OftpletEventListener
 
destroy() - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
discardReadBytes(FileChannel, int) - Method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
disconnect() - Method in class org.neociclo.odetteftp.service.Client
 
disconnectListener - Variable in class org.neociclo.odetteftp.service.Client
 

E

EERPCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
End-to-End Response command field.
EERPDATE_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPDEST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPDSN_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPHSH_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPHSHL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPORIG_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPRSV1_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPSIG_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPSIGL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPTIME_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EERPUSER_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFIDCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
End File Identification command field.
EFIDRCNT_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFIDUCNT_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFNACMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
End File Negative Answer command field.
EFNAREAS_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFNAREASL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFNAREAST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFPACD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
EFPACMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
End File Positive Answer command field.
encode(ChannelHandlerContext, Channel, Object) - Method in class org.neociclo.odetteftp.netty.codec.OdetteFtpEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.neociclo.odetteftp.netty.codec.StbEncoder
 
ENCODED_TYPE - Static variable in class org.neociclo.odetteftp.protocol.CommandFormat.Field
An field of length n octets, encoded using [UTF-8].
EncryptAuthenticationChallengeCallback - Class in org.neociclo.odetteftp.security
 
EncryptAuthenticationChallengeCallback(byte[], OdetteFtpSession) - Constructor for class org.neociclo.odetteftp.security.EncryptAuthenticationChallengeCallback
 
endFile(long, long) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the End File command indicating the count of records and overall octets from the transmitted Virtual File.
The count will express the real size of the file (before compression, header not included).
endFile(long, long) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
endFileNegativeAnswer(AnswerReason) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the End File Negative Answer command providing the reason for stopping transfer.
endFileNegativeAnswer(AnswerReason, String) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
endFileNegativeAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
endFileNegativeAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
endFilePositiveAnswer(boolean) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the End File Positive Answer command indicating whether the Listener is requesting or not a Change Direction (CD) command from Speaker or not.
endFilePositiveAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
endFilePositiveAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
endFileReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
endFileReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
EndFileResponse - Interface in org.neociclo.odetteftp.oftplet
 
endSession(EndSessionReason) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the End Session command indicating the reason code for terminating the session.
endSession(EndSessionReason, String) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
EndSessionException - Exception in org.neociclo.odetteftp.protocol
 
EndSessionException(EndSessionReason) - Constructor for exception org.neociclo.odetteftp.protocol.EndSessionException
 
EndSessionException(EndSessionReason, String) - Constructor for exception org.neociclo.odetteftp.protocol.EndSessionException
 
EndSessionReason - Enum in org.neociclo.odetteftp.protocol
Enumeration representing each End Session Reason available.
EndSessionReasonInfo - Class in org.neociclo.odetteftp.oftplet
 
EndSessionReasonInfo(EndSessionReason) - Constructor for class org.neociclo.odetteftp.oftplet.EndSessionReasonInfo
 
EndSessionReasonInfo(EndSessionReason, String) - Constructor for class org.neociclo.odetteftp.oftplet.EndSessionReasonInfo
 
endSessionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
endSessionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
endToEndResponse(String, Date, String, String, String) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the End to End Response command with given parameters.
endToEndResponse(String, Date, short, String, String, String) - Static method in class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
Create the End to End Response command with given parameters.
endToEndResponse(String, Date, short, String, String, String, byte[], byte[]) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
endToEndResponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
endToEndResponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
EntityState - Enum in org.neociclo.odetteftp
 
EntityType - Enum in org.neociclo.odetteftp
 
EnvelopedVirtualFile - Interface in org.neociclo.odetteftp.protocol.v20
 
EnvelopingException - Exception in org.neociclo.odetteftp.util
 
EnvelopingException(String) - Constructor for exception org.neociclo.odetteftp.util.EnvelopingException
 
EnvelopingException(String, Throwable) - Constructor for exception org.neociclo.odetteftp.util.EnvelopingException
 
EnvelopingException(Throwable) - Constructor for exception org.neociclo.odetteftp.util.EnvelopingException
 
EnvelopingUtil - Class in org.neociclo.odetteftp.util
 
EnvelopingUtil() - Constructor for class org.neociclo.odetteftp.util.EnvelopingUtil
 
equals(Object) - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
equals(Object) - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
equals(Object) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
equals(Object) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
equals(Object) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
equals(Object) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
ESIDCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
End Session Identification command field.
ESIDCR_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
ESIDREAS_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
ESIDREASL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
ESIDREAST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 

F

FileCompression - Enum in org.neociclo.odetteftp.protocol.v20
Enumeration indicating the algorithm used to compress the file.
FileEnveloping - Enum in org.neociclo.odetteftp.protocol.v20
Enumeration indicating the enveloping format used in the file.
finalize() - Method in class org.neociclo.odetteftp.service.Server
 
FIXED_FORMAT - Static variable in class org.neociclo.odetteftp.protocol.CommandFormat.Field
A field containing fixed values.
formatAttribute(CommandFormat.Field, String) - Static method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
formatBinaryNumber(int, int) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
formatDate(Date) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
formatDate(String, Date) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
formatTime(Date) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 

G

generateRandomChallenge(int) - Static method in class org.neociclo.odetteftp.util.OftpUtil
 
getAddress() - Method in class org.neociclo.odetteftp.service.Server
 
getAddress() - Method in class org.neociclo.odetteftp.service.TcpServer
 
getAnswerReason() - Method in class org.neociclo.odetteftp.oftplet.AnswerReasonInfo
 
getAttribute(AttributeKey) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getAttribute(String) - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
Return a Command Exchange Buffer parameter value for the specified field.
getBaseFilename(String) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
getByteArrayAttribute(String) - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getCallbackHandler() - Method in class org.neociclo.odetteftp.security.DefaultSecurityContext
 
getCallbackHandler() - Method in interface org.neociclo.odetteftp.security.SecurityContext
Get the callbackhandler instance used by the provider to callback into application code.
getCertificate() - Method in class org.neociclo.odetteftp.security.PartnerCertificateCallback
 
getCertificate() - Method in class org.neociclo.odetteftp.security.UserCertificateCallback
 
getCertificateEntry(KeyStore) - Static method in class org.neociclo.odetteftp.util.SecurityUtil
 
getChallenge() - Method in class org.neociclo.odetteftp.security.AuthenticationChallengeCallback
 
getChallenge() - Method in class org.neociclo.odetteftp.security.EncryptAuthenticationChallengeCallback
 
getChannel() - Method in class org.neociclo.odetteftp.service.Client
 
getChannelCallback() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getCipherSuite() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
getCipherSuite() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
getCipherSuiteSelection() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getCipherSuiteSelection() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getCode() - Method in enum org.neociclo.odetteftp.protocol.AnswerReason
Return the protocol representation of AnswerReason enum.
getCode() - Method in enum org.neociclo.odetteftp.protocol.CommandIdentifier
Return the protocol representation of CommandIdentifier enum.
getCode() - Method in exception org.neociclo.odetteftp.protocol.CommandNotRecognisedException
 
getCode() - Method in enum org.neociclo.odetteftp.protocol.EndSessionReason
Return the protocol representation of enum.
getCode() - Method in enum org.neociclo.odetteftp.protocol.NegativeResponseReason
Return the protocol representation of NegativeResponseReason enum.
getCode() - Method in enum org.neociclo.odetteftp.protocol.RecordFormat
 
getCode() - Method in enum org.neociclo.odetteftp.protocol.v20.CipherSuite
Return the protocol representation of enum.
getCode() - Method in enum org.neociclo.odetteftp.protocol.v20.FileCompression
Return the protocol representation of enum.
getCode() - Method in enum org.neociclo.odetteftp.protocol.v20.FileEnveloping
Return the protocol representation of enum.
getCode() - Method in enum org.neociclo.odetteftp.protocol.v20.SecurityLevel
Return the protocol representation of enum.
getCode() - Method in enum org.neociclo.odetteftp.TransferMode
 
getCompressionAlgorithm() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
getCompressionAlgorithm() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
getCount() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
The number of octets in the Virtual File represented by the next subrecord expressed as a binary value.
getCreator() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getCreator() - Method in interface org.neociclo.odetteftp.protocol.DeliveryNotification
It is the location that created the NERP.
getDataBufferSize() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getDataExchangeBufferSize() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getDataIndex() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
 
getDatasetName() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getDatasetName() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getDatasetName() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpObject
 
getDateTime() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getDateTime() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getDateTime() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpObject
 
getDestination() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getDestination() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getDestination() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpObject
 
getDisconnectListener() - Method in class org.neociclo.odetteftp.service.Client
 
getEncodedChallenge() - Method in class org.neociclo.odetteftp.security.AuthenticationChallengeCallback
 
getEncodedChallenge() - Method in class org.neociclo.odetteftp.security.EncryptAuthenticationChallengeCallback
 
getEndSessionReason() - Method in class org.neociclo.odetteftp.oftplet.EndSessionReasonInfo
 
getEntityType() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getEnvelopingFormat() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
getEnvelopingFormat() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
getEventListener() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftpletFactory
 
getExceptionCaught() - Method in class org.neociclo.odetteftp.util.SignatureVerifyResult
Usually one of these errors: CMSException, CertificateExpiredException, CertificateNotYetValidException, NoSuchAlgorithmException, NoSuchProviderException
getExecutor() - Method in class org.neociclo.odetteftp.service.TcpClient
 
getFailure() - Method in exception org.neociclo.odetteftp.protocol.AuthenticationException
 
getField(String) - Method in interface org.neociclo.odetteftp.protocol.CommandFormat
Return a Command Format field definition by its key name.
getField(String) - Method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
 
getField(String) - Method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
 
getField(String) - Method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
 
getFieldNames() - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getFieldNames() - Method in interface org.neociclo.odetteftp.protocol.CommandFormat
 
getFieldNames() - Method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
 
getFieldNames() - Method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
 
getFieldNames() - Method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
 
getFile() - Method in interface org.neociclo.odetteftp.oftplet.StartFileResponse
 
getFile() - Method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
getFile() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getFile() - Method in interface org.neociclo.odetteftp.protocol.VirtualFile
 
getFileDescription() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
getFileDescription() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
getFilenameExtension(String) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
getFileSize(File) - Static method in class org.neociclo.odetteftp.util.OftpUtil
 
getFileSize(long) - Static method in class org.neociclo.odetteftp.util.OftpUtil
 
getFormat() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getFormat(CommandIdentifier) - Static method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 1.3.
getFormat(CommandIdentifier) - Static method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 1.4.
getFormat(CommandIdentifier) - Static method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 2.0.
getFormattedAttribute(String) - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getHasSpecialLogic() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getId() - Method in enum org.neociclo.odetteftp.EntityState
 
getId() - Method in enum org.neociclo.odetteftp.EntityType
 
getId() - Method in class org.neociclo.odetteftp.service.Server
 
getIdentifier() - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getIdentifier() - Method in interface org.neociclo.odetteftp.protocol.CommandFormat
 
getIdentifier() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
getIdentifier() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpExchangeBuffer
Return the corresponding CommandIdentifier relative to the Exchange Buffer contents.
getIdentifier() - Method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
 
getIdentifier() - Method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
 
getIdentifier() - Method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
 
getIncomingBytesTransfered() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getIncomingCredits() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getIncomingOffset() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getInitialState(EntityType) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
getInstance(OdetteFtpVersion, boolean, RecordFormat) - Static method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
getInstance() - Static method in class org.neociclo.odetteftp.util.TimestampTicker
 
getKey() - Method in class org.neociclo.odetteftp.security.UserPrivateKeyCallback
 
getLastCommandReceived() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getLastCommandSent() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getLengthFieldName() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getListener() - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
 
getListener() - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
getListener() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
getLocalAddress() - Method in class org.neociclo.odetteftp.service.Client
 
getLocalAddress() - Method in class org.neociclo.odetteftp.service.TcpClient
 
getName() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getNotificationSignature() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
getNotificationSignature() - Method in interface org.neociclo.odetteftp.protocol.v20.SignedDeliveryNotification
 
getNotifSigningData(SignedDeliveryNotification) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
Prepare the data buffer for signing from the acknowledge object.
getOftpletFactory() - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 
getOriginalFileSize() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
getOriginalFileSize() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
getOriginalVirtualFile() - Method in interface org.neociclo.odetteftp.protocol.NormalizedVirtualFile
 
getOriginator() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getOriginator() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getOriginator() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpObject
 
getOutgoingBytesTransfered() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getOutgoingCredits() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getOutgoingOffset() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getPassword() - Method in class org.neociclo.odetteftp.security.PasswordAuthenticationCallback
 
getPassword() - Method in class org.neociclo.odetteftp.security.PasswordCallback
 
getPipeline() - Method in class org.neociclo.odetteftp.netty.OdetteFtpPipelineFactory
 
getPipelineFactory(OftpletFactory, Timer) - Method in class org.neociclo.odetteftp.service.Client
 
getPipelineFactory(OftpletFactory, Timer, ChannelGroup) - Method in class org.neociclo.odetteftp.service.Server
 
getPipelineFactory(OftpletFactory, Timer) - Method in class org.neociclo.odetteftp.service.TcpClient
 
getPipelineFactory(OftpletFactory, Timer, ChannelGroup) - Method in class org.neociclo.odetteftp.service.TcpServer
 
getPosition() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getPositionAfterFieldName() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getPrivateKey(KeyStore, char[]) - Static method in class org.neociclo.odetteftp.util.SecurityUtil
 
getPrompt() - Method in class org.neociclo.odetteftp.security.PasswordCallback
 
getProtocolHandlerByVersion(OdetteFtpVersion) - Static method in class org.neociclo.odetteftp.ProtocolHandlerFactory
 
getProtocolLevel() - Method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
getRawBuffer() - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getRawBuffer() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
getRawBuffer() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpExchangeBuffer
 
getReason() - Method in interface org.neociclo.odetteftp.oftplet.EndFileResponse
 
getReason() - Method in interface org.neociclo.odetteftp.oftplet.StartFileResponse
 
getReason() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getReason() - Method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
getReason() - Method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
getReason() - Method in interface org.neociclo.odetteftp.protocol.DeliveryNotification
This attribute will specify why transmission cannot proceed or why processing of the file failed.
getReason() - Method in exception org.neociclo.odetteftp.protocol.EndSessionException
 
getReasonText() - Method in class org.neociclo.odetteftp.oftplet.AnswerReasonInfo
 
getReasonText() - Method in interface org.neociclo.odetteftp.oftplet.EndFileResponse
 
getReasonText() - Method in class org.neociclo.odetteftp.oftplet.EndSessionReasonInfo
 
getReasonText() - Method in interface org.neociclo.odetteftp.oftplet.StartFileResponse
 
getReasonText() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getReasonText() - Method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
getReasonText() - Method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
getReasonText() - Method in interface org.neociclo.odetteftp.protocol.DeliveryNotification
 
getRecordFormat() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getRecordFormat() - Method in interface org.neociclo.odetteftp.protocol.VirtualFile
 
getRecordSize() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getRecordSize() - Method in interface org.neociclo.odetteftp.protocol.VirtualFile
 
getRemoteAddress() - Method in class org.neociclo.odetteftp.service.Client
 
getRemoteAddress() - Method in class org.neociclo.odetteftp.service.TcpClient
 
getRepeatSequenceCount(ByteBuffer, int) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
getReplyDeliveryNotification(VirtualFile) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
getReplyDeliveryNotification(VirtualFile, String) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
getReplyDeliveryNotification(VirtualFile, String, NegativeResponseReason, String) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
getReplySignedDeliveryNotification(EnvelopedVirtualFile, String, NegativeResponseReason, String, byte[]) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
Prepare the reply Signed Delivery Notification.
getReplySignedDeliveryNotification(EnvelopedVirtualFile, String, NegativeResponseReason, String, byte[], byte[]) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
getResponseUser() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getResponseUserData() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getRestartOffset() - Method in interface org.neociclo.odetteftp.oftplet.StartFileResponse
 
getRestartOffset() - Method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
getRestartOffset() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getRestartOffset() - Method in interface org.neociclo.odetteftp.protocol.VirtualFile
 
getResult() - Method in class org.neociclo.odetteftp.security.PasswordAuthenticationCallback
 
getReversed() - Method in enum org.neociclo.odetteftp.TransferMode
 
getReversedCode() - Method in enum org.neociclo.odetteftp.TransferMode
 
getSecureAuthenticationChallenge() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getSecurityContext() - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
 
getSecurityContext() - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
getSecurityContext() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
getSecurityLevel() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
getSecurityLevel() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
getSession() - Method in class org.neociclo.odetteftp.security.AuthenticationChallengeCallback
 
getSession() - Method in class org.neociclo.odetteftp.security.EncryptAuthenticationChallengeCallback
 
getSessionCurrentRequest(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
getSessionFileChannel(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
getSessionOftplet(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
getSessionOutgoingDataExchangeBuffer(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
getSize() - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getSize() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getSize() - Method in interface org.neociclo.odetteftp.protocol.CommandFormat
 
getSize() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
getSize() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getSize() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpExchangeBuffer
 
getSize() - Method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
 
getSize() - Method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
 
getSize() - Method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
On protocol version 2.0 implementation the command size must be computed dynamically based on 'dynamic fields' definition.
getSize() - Method in interface org.neociclo.odetteftp.protocol.VirtualFile
 
getSpeaker() - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
 
getSpeaker() - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
getSpeaker() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
getState() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getStringAttribute(String) - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
getSubrecordCount(short) - Static method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
Subrecord Count: last 6 bits
getTicker() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getTicker() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getTicker() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpObject
 
getTimeout() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getTimer() - Method in class org.neociclo.odetteftp.service.Client
 
getTransferMode() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getTransferMode() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getType() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
getType() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getType() - Method in interface org.neociclo.odetteftp.protocol.DeliveryNotification
 
getTypedAttribute(Class<T>, AttributeKey) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getTypedAttribute(Class<T>, AttributeKey, T) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getUnitCount() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
getUseCompression() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getUser() - Method in class org.neociclo.odetteftp.security.PasswordAuthenticationCallback
 
getUserCode() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getUserCode() - Method in class org.neociclo.odetteftp.security.PartnerCertificateCallback
 
getUserCode() - Method in class org.neociclo.odetteftp.security.UserCertificateCallback
 
getUserCode() - Method in class org.neociclo.odetteftp.security.UserPrivateKeyCallback
 
getUserData() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getUserData() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
getUserData() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
getUserData() - Method in interface org.neociclo.odetteftp.protocol.OdetteFtpObject
 
getUserData() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getUseRestart() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getUsername() - Method in class org.neociclo.odetteftp.security.PasswordCallback
 
getVersion() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getVersion() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
getVirtualFileHash() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
getVirtualFileHash() - Method in interface org.neociclo.odetteftp.protocol.v20.SignedDeliveryNotification
 
getWindowSize() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
getWindowSize() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 

H

handle(Callback[]) - Method in class org.neociclo.odetteftp.security.MappedCallbackHandler
 
handle(T) - Method in interface org.neociclo.odetteftp.security.OneToOneHandler
 
handle(PasswordAuthenticationCallback) - Method in class org.neociclo.odetteftp.support.PasswordAuthenticationHandler
 
handle(PasswordCallback) - Method in class org.neociclo.odetteftp.support.PasswordHandler
 
handleCallback(OdetteFtpSession, Callback) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
hasFailed() - Method in class org.neociclo.odetteftp.util.SignatureVerifyResult
 
hashCode() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
hashCode() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
hashCode() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
hashCode() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
hasNext() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeaderIterator
 
hasSpecialLogic() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
hasSucceed() - Method in class org.neociclo.odetteftp.util.SignatureVerifyResult
 

I

incrementAndGet() - Method in class org.neociclo.odetteftp.util.TimestampTicker
 
init(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
Called by the Oftplet container to indicate that it is placed into service.
init(OdetteFtpSession) - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
init(OdetteFtpSession) - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
init(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.support.OftpletEventListener
 
init(OdetteFtpSession) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
initiatorStartSessionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
The Initiator handle the returned Start Session Identification command to perform its setup and complete the Start Session Phase.
initiatorStartSessionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
InOutSharedQueueOftplet - Class in org.neociclo.odetteftp.support
 
InOutSharedQueueOftplet(OdetteFtpConfiguration, MappedCallbackHandler, Queue<OdetteFtpObject>, Queue<OdetteFtpObject>, Queue<OdetteFtpObject>) - Constructor for class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
InOutSharedQueueOftpletFactory - Class in org.neociclo.odetteftp.support
 
InOutSharedQueueOftpletFactory(OdetteFtpConfiguration, MappedCallbackHandler, Queue<OdetteFtpObject>, Queue<OdetteFtpObject>, Queue<OdetteFtpObject>) - Constructor for class org.neociclo.odetteftp.support.InOutSharedQueueOftpletFactory
Constructor for this shared queue Oftplet factory implementation, supporting incoming and outgoing operations.
installBouncyCastleProviderIfNecessary() - Static method in class org.neociclo.odetteftp.util.SecurityUtil
 
INVALID_PASSWORD - Static variable in exception org.neociclo.odetteftp.protocol.AuthenticationException
 
InvalidCommandDataException - Exception in org.neociclo.odetteftp.protocol
This exception is thrown when a command contains invalid data.
InvalidCommandDataException() - Constructor for exception org.neociclo.odetteftp.protocol.InvalidCommandDataException
Constructor with no detail message.
InvalidCommandDataException(String) - Constructor for exception org.neociclo.odetteftp.protocol.InvalidCommandDataException
Constructor with the specified detail message.
IoUtil - Class in org.neociclo.odetteftp.util
 
IoUtil() - Constructor for class org.neociclo.odetteftp.util.IoUtil
 
isCompressed(short) - Static method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
Compression Flag: is second bit set?
isCompressed() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
Set to indicate that the next subrecord is compressed.
isCompressionSupported() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
isConnected() - Method in class org.neociclo.odetteftp.service.Client
 
isDone() - Method in class org.neociclo.odetteftp.util.SignatureVerifyResult
 
isDynamic() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
isEarlier(OdetteFtpVersion) - Method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
isEmpty(String) - Static method in class org.neociclo.odetteftp.protocol.CommandBuilder
 
isEmpty(String) - Static method in class org.neociclo.odetteftp.util.OftpUtil
 
isEndOfRecord(short) - Static method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
End of Record: is first bit set?
isEndOfRecord() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
Set to indicate that the next subrecord is the last subrecord of the current record.
isEqualOrEarlier(OdetteFtpVersion) - Method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
isEqualOrOlder(OdetteFtpVersion) - Method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
isInitiator() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
isInitiator(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
isOlder(OdetteFtpVersion) - Method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
isProtocolVersionSupported(OdetteFtpVersion) - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
 
isProtocolVersionSupported(OdetteFtpVersion) - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
isProtocolVersionSupported(OdetteFtpVersion) - Static method in class org.neociclo.odetteftp.ProtocolHandlerFactory
 
isProtocolVersionSupported(OdetteFtpVersion) - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
isReceivingSupported() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
isReceivingSupported(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
isResponder() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
isResponder(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
isRestartSupported() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
isSendingSupported() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
isSendingSupported(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
isSessionSecureAuthenticated(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
isSignedNotificationRequest() - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
isSignedNotificationRequest() - Method in interface org.neociclo.odetteftp.protocol.v20.EnvelopedVirtualFile
 
isStarted() - Method in class org.neociclo.odetteftp.service.Server
 
isStopped() - Method in class org.neociclo.odetteftp.service.Server
 

L

LINE_SEPARATOR - Static variable in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
load(InputStream) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
load(Reader) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
loadFromXml(InputStream) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 

M

MappedCallbackHandler - Class in org.neociclo.odetteftp.security
Map backed implementation of the CallbackHandler - handlers are matched by the callback types.
MappedCallbackHandler() - Constructor for class org.neociclo.odetteftp.security.MappedCallbackHandler
 
MappingMode - Enum in org.neociclo.odetteftp
 
MappingStrategy - Interface in org.neociclo.odetteftp.protocol.data
 
MAX_COUNTER_VALUE - Static variable in class org.neociclo.odetteftp.util.TimestampTicker
 
MAX_FILE_DESCRIPTION_LENGTH - Static variable in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
MAX_OEB_LENGTH - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Maximum Exchange Buffer length allowed by protocol specification.
MAX_REASON_TEXT_LENGTH - Static variable in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
MAX_SUBRECORD_LENGTH - Static variable in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
MAX_TRANSMITTED_FILE_SIZE_VER13 - Static variable in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
Maximum supported file size blocks in Odette FTP v1.3.
MAX_TRANSMITTED_FILE_SIZE_VER20 - Static variable in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.neociclo.odetteftp.netty.codec.ProtocolLoggingHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 
MIN_OEB_LENGTH - Static variable in class org.neociclo.odetteftp.util.OdetteFtpConstants
Minimum Exchange Buffer length allowed by protocol specification.
MoreDataBitDecoder - Class in org.neociclo.odetteftp.netty.codec
 
MoreDataBitDecoder() - Constructor for class org.neociclo.odetteftp.netty.codec.MoreDataBitDecoder
Create decoder instance based on LengthFieldBasedFrameDecoder.
MoreDataBitEncoder - Class in org.neociclo.odetteftp.netty.codec
 
MoreDataBitEncoder() - Constructor for class org.neociclo.odetteftp.netty.codec.MoreDataBitEncoder
Create encoder instance based on LengthFieldPrepender.
move(File, File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 

N

negativeEndFileAnswer() - Static method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
negativeEndFileAnswer(AnswerReason, String) - Static method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
negativeEndReponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
negativeEndReponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
negativeEndReponseReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
negativeEndResponse(String, Date, short, String, String, String, NegativeResponseReason) - Static method in class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
Create the End to End Response command with given parameters.
negativeEndResponse(String, Date, short, String, String, String, NegativeResponseReason, String, byte[], byte[]) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
NegativeResponseReason - Enum in org.neociclo.odetteftp.protocol
The Negative Response Reason will specify why transmission cannot proceed or why processing of the file failed.
negativeStartFileAnswer() - Static method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
negativeStartFileAnswer(AnswerReason, String, boolean) - Static method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
NERPCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Negative End Response command field.
NERPCREA_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPDATE_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPDEST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPDSN_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPHSH_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPHSHL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPORIG_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPREAS_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPREASL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPREAST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPRSV1_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPSIG_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPSIGL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
NERPTIME_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
next() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeaderIterator
 
nextOftpObjectToSend() - Method in interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
 
nextOftpObjectToSend() - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
nextOftpObjectToSend() - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
NormalizedVirtualFile - Interface in org.neociclo.odetteftp.protocol
 
normalizeVirtualFile(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
normalizeVirtualFile(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
normalizeVirtualFile(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
NormalMapping - Class in org.neociclo.odetteftp.protocol.data
 
NormalMapping() - Constructor for class org.neociclo.odetteftp.protocol.data.NormalMapping
 
NUMERIC_TYPE - Static variable in class org.neociclo.odetteftp.protocol.CommandFormat.Field
A numeric field of length n octets.

O

OdetteFtpChannelHandler - Class in org.neociclo.odetteftp.netty
The Timer which was specified when the ReadTimeoutHandler is created should be stopped manually by calling #releaseExternalResources() or Timer.stop() when your application shuts down.
OdetteFtpChannelHandler(OftpletFactory, Timer, ChannelGroup) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
Default constructor.
OdetteFtpChannelHandler(EntityType, OftpletFactory, Timer, ChannelGroup) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
Let create the handler using ODETTE FTP entity type (Initiator or Responder) and protocol version of your choice.
OdetteFtpChannelHandler.ChannelCallbackHandler - Class in org.neociclo.odetteftp.netty
Implement interface to provide in OdetteFtpSession to allow writing messages in the communication channel.
OdetteFtpChannelHandler.ChannelCallbackHandler(Channel) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler.ChannelCallbackHandler
 
OdetteFtpConfiguration - Class in org.neociclo.odetteftp.support
 
OdetteFtpConfiguration() - Constructor for class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
OdetteFtpConstants - Class in org.neociclo.odetteftp.util
 
OdetteFtpConstants() - Constructor for class org.neociclo.odetteftp.util.OdetteFtpConstants
 
OdetteFtpDecoder - Class in org.neociclo.odetteftp.netty.codec
Decode incoming buffer raw data into OdetteFtpExchangeBuffer objects.
OdetteFtpDecoder() - Constructor for class org.neociclo.odetteftp.netty.codec.OdetteFtpDecoder
 
OdetteFtpEncoder - Class in org.neociclo.odetteftp.netty.codec
 
OdetteFtpEncoder() - Constructor for class org.neociclo.odetteftp.netty.codec.OdetteFtpEncoder
 
OdetteFtpException - Exception in org.neociclo.odetteftp
OdetteFTPException is the top-level exception thrown by all Odette-J classes.
OdetteFtpException() - Constructor for exception org.neociclo.odetteftp.OdetteFtpException
Constructor with no detail message.
OdetteFtpException(String) - Constructor for exception org.neociclo.odetteftp.OdetteFtpException
Constructor with the specified detail message.
OdetteFtpException(String, Throwable) - Constructor for exception org.neociclo.odetteftp.OdetteFtpException
Constructor with the specified detail message and throwable cause.
OdetteFtpException(Throwable) - Constructor for exception org.neociclo.odetteftp.OdetteFtpException
Constructor with the specified cause of the exception.
OdetteFtpExchangeBuffer - Interface in org.neociclo.odetteftp.protocol
The communication between ODETTE-FTP entities is basically done by sending and receiving messages in Exchange Buffers via the transport layer.
OdetteFtpObject - Interface in org.neociclo.odetteftp.protocol
 
OdetteFtpPipelineFactory - Class in org.neociclo.odetteftp.netty
 
OdetteFtpPipelineFactory(EntityType, OftpletFactory, Timer) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpPipelineFactory
 
OdetteFtpPipelineFactory(EntityType, OftpletFactory, Timer, TransportType) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpPipelineFactory
 
OdetteFtpPipelineFactory(EntityType, OftpletFactory, Timer, TransportType, SslHandler) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpPipelineFactory
 
OdetteFtpPipelineFactory(EntityType, OftpletFactory, Timer, TransportType, SslHandler, ChannelGroup) - Constructor for class org.neociclo.odetteftp.netty.OdetteFtpPipelineFactory
 
OdetteFtpSession - Class in org.neociclo.odetteftp
 
OdetteFtpSession(EntityType) - Constructor for class org.neociclo.odetteftp.OdetteFtpSession
 
OdetteFtpSupport - Class in org.neociclo.odetteftp.util
 
OdetteFtpVer13Handler - Class in org.neociclo.odetteftp.protocol.v13
 
OdetteFtpVer13Handler() - Constructor for class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
OdetteFtpVer14Handler - Class in org.neociclo.odetteftp.protocol.v14
 
OdetteFtpVer14Handler() - Constructor for class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
OdetteFtpVer20Handler - Class in org.neociclo.odetteftp.protocol.v20
 
OdetteFtpVer20Handler() - Constructor for class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
OdetteFtpVersion - Enum in org.neociclo.odetteftp
 
Oftplet - Interface in org.neociclo.odetteftp.oftplet
Define the methods that Oftplets must implement.
oftplet - Variable in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
OftpletAdapter - Class in org.neociclo.odetteftp.oftplet
 
OftpletAdapter() - Constructor for class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
OftpletEventListener - Interface in org.neociclo.odetteftp.support
 
OftpletEventListenerAdapter - Class in org.neociclo.odetteftp.support
 
OftpletEventListenerAdapter() - Constructor for class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
OftpletFactory - Interface in org.neociclo.odetteftp.oftplet
 
OftpletListener - Interface in org.neociclo.odetteftp.oftplet
 
OftpletListenerAdapter - Class in org.neociclo.odetteftp.oftplet
 
OftpletListenerAdapter() - Constructor for class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
OftpletListenerAdapter(Oftplet) - Constructor for class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
OftpletSpeaker - Interface in org.neociclo.odetteftp.oftplet
 
OftpUtil - Class in org.neociclo.odetteftp.util
 
OftpUtil() - Constructor for class org.neociclo.odetteftp.util.OftpUtil
 
onDataReceived(VirtualFile, long) - Method in interface org.neociclo.odetteftp.oftplet.OftpletListener
 
onDataReceived(VirtualFile, long) - Method in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
onDataReceived(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onDataReceived(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
onDataSent(VirtualFile, long) - Method in interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
 
onDataSent(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onDataSent(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
OneToOneHandler<T extends Callback> - Interface in org.neociclo.odetteftp.security
Define the handler for a specific Callback type.
onExceptionCaught(Throwable) - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
Callback method called on event of an unexpected exception during the communication session and while performing file transfer.
onExceptionCaught(Throwable) - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
onExceptionCaught(Throwable) - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
onExceptionCaught(Throwable) - Method in interface org.neociclo.odetteftp.support.OftpletEventListener
 
onExceptionCaught(Throwable) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onNotificationReceived(DeliveryNotification) - Method in interface org.neociclo.odetteftp.oftplet.OftpletListener
Callback method to indicate the Oftplet about the receive of a delivery notification.
onNotificationReceived(DeliveryNotification) - Method in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
onNotificationReceived(DeliveryNotification) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onNotificationReceived(DeliveryNotification) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
onNotificationSent(DeliveryNotification) - Method in interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
 
onNotificationSent(DeliveryNotification) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onNotificationSent(DeliveryNotification) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
onReceiveFileEnd(VirtualFile, long, long) - Method in interface org.neociclo.odetteftp.oftplet.OftpletListener
Callback method indicating the file receive end request with given parameters information used to check the integrity of the received file.
onReceiveFileEnd(VirtualFile, long, long) - Method in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
onReceiveFileEnd(VirtualFile, long, long) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onReceiveFileEnd(VirtualFile, long, long) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
onReceiveFileError(VirtualFile, AnswerReasonInfo) - Method in interface org.neociclo.odetteftp.oftplet.OftpletListener
 
onReceiveFileError(VirtualFile, AnswerReasonInfo) - Method in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
onReceiveFileError(VirtualFile, AnswerReasonInfo) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onReceiveFileError(VirtualFile, AnswerReasonInfo) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
onReceiveFileStart(VirtualFile, long) - Method in interface org.neociclo.odetteftp.oftplet.OftpletListener
 
onReceiveFileStart(VirtualFile, long) - Method in class org.neociclo.odetteftp.oftplet.OftpletListenerAdapter
 
onReceiveFileStart(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onReceiveFileStart(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
onSendFileEnd(VirtualFile) - Method in interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
Callback method invoked when the file is fully transmitted.
onSendFileEnd(VirtualFile) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onSendFileEnd(VirtualFile) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
onSendFileError(VirtualFile, AnswerReasonInfo, boolean) - Method in interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
Callback method to indicate the transmitting file is not accepted by the other peer - being in the Speaker state.
onSendFileError(VirtualFile, AnswerReasonInfo, boolean) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onSendFileError(VirtualFile, AnswerReasonInfo, boolean) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
onSendFileStart(VirtualFile, long) - Method in interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
Callback method to indicate the given file transfer will begin.
onSendFileStart(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onSendFileStart(VirtualFile, long) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
onSessionEnd() - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
Callback method indicating protocol release of End Session (ESID) command - normal or abnormal protocol termination.
onSessionEnd() - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
onSessionEnd() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
onSessionEnd() - Method in interface org.neociclo.odetteftp.support.OftpletEventListener
 
onSessionEnd() - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
onSessionStart() - Method in interface org.neociclo.odetteftp.oftplet.Oftplet
 
onSessionStart() - Method in class org.neociclo.odetteftp.oftplet.OftpletAdapter
 
onSessionStart() - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
onSessionStart() - Method in interface org.neociclo.odetteftp.support.OftpletEventListener
 
onSessionStart() - Method in class org.neociclo.odetteftp.support.OftpletEventListenerAdapter
 
openCertificate(File) - Static method in class org.neociclo.odetteftp.util.SecurityUtil
 
openCompressedDataParser(InputStream) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
openCompressedDataStreamGenerator(OutputStream) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
openEnvelopedDataParser(InputStream, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
openEnvelopedDataStreamGenerator(OutputStream, CipherSuite, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
openInputStream(File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
openKeyStore(File, char[]) - Static method in class org.neociclo.odetteftp.util.SecurityUtil
 
openOutputStream(File) - Static method in class org.neociclo.odetteftp.util.IoUtil
 
openSignedDataParser(InputStream, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
openSignedDataParser(InputStream, X509Certificate, SignatureVerifyResult) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
openSignedDataStreamGenerator(OutputStream, CipherSuite, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
org.neociclo.odetteftp - package org.neociclo.odetteftp
 
org.neociclo.odetteftp.netty - package org.neociclo.odetteftp.netty
 
org.neociclo.odetteftp.netty.codec - package org.neociclo.odetteftp.netty.codec
 
org.neociclo.odetteftp.oftplet - package org.neociclo.odetteftp.oftplet
 
org.neociclo.odetteftp.protocol - package org.neociclo.odetteftp.protocol
 
org.neociclo.odetteftp.protocol.data - package org.neociclo.odetteftp.protocol.data
 
org.neociclo.odetteftp.protocol.v13 - package org.neociclo.odetteftp.protocol.v13
 
org.neociclo.odetteftp.protocol.v14 - package org.neociclo.odetteftp.protocol.v14
 
org.neociclo.odetteftp.protocol.v20 - package org.neociclo.odetteftp.protocol.v20
 
org.neociclo.odetteftp.security - package org.neociclo.odetteftp.security
 
org.neociclo.odetteftp.service - package org.neociclo.odetteftp.service
 
org.neociclo.odetteftp.support - package org.neociclo.odetteftp.support
 
org.neociclo.odetteftp.util - package org.neociclo.odetteftp.util
 

P

padd(String, int, boolean, char) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
parse(int) - Static method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
parse(int) - Static method in enum org.neociclo.odetteftp.protocol.AnswerReason
Convenient method for parsing the proper AnswerReason instance given a code String.
parse(char) - Static method in enum org.neociclo.odetteftp.protocol.CommandIdentifier
Convenient method for parsing the proper CommandIdentifier instance given a identifier character.
parse(int) - Static method in enum org.neociclo.odetteftp.protocol.EndSessionReason
Convenient method for parsing the proper EndSessionReason enum given a identifier character.
parse(String) - Static method in enum org.neociclo.odetteftp.protocol.NegativeResponseReason
Convenient method for parsing the proper NegativeResponseReason enum given a identifier character.
parse(String) - Static method in enum org.neociclo.odetteftp.protocol.RecordFormat
Convenient method for parsing the proper RecordFormat enum given a code character.
parse(int) - Static method in enum org.neociclo.odetteftp.protocol.v20.CipherSuite
Convenient method for parsing the proper CipherSuite enum given a protocol code.
parse(int) - Static method in enum org.neociclo.odetteftp.protocol.v20.FileCompression
Convenient method for parsing the proper CompressionAlgorithm enum given a protocol code.
parse(int) - Static method in enum org.neociclo.odetteftp.protocol.v20.FileEnveloping
Convenient method for parsing the proper FileEnveloping enum given a protocol code.
parse(int) - Static method in enum org.neociclo.odetteftp.protocol.v20.SecurityLevel
Convenient method for parsing the proper SecurityLevel enum given a protocol code.
parse(char) - Static method in enum org.neociclo.odetteftp.TransferMode
 
parse(String) - Static method in enum org.neociclo.odetteftp.TransferMode
 
parseBinaryNumber(byte[]) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
parseCompressedDataContentStream(InputStream, OutputStream) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
parseDateTime(String, String) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
parseDateTime(String, String) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
parseEnvelopedData(byte[], X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
Return null if certificate's recipientId could not be found within the encoded envelope - typically when using a bad certificate to decrypt the authentication challenge encrypted using other public certificate.
parseEnvelopedDataContentStream(InputStream, OutputStream, X509Certificate, PrivateKey) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
parseEnvelopedFile(File, File, EnvelopedVirtualFile, X509Certificate, PrivateKey, X509Certificate) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
 
parseEnvelopedFile(File, File, SecurityLevel, CipherSuite, FileCompression, FileEnveloping, X509Certificate, PrivateKey, X509Certificate) - Static method in class org.neociclo.odetteftp.util.OdetteFtpSupport
Maybe output file is generated even when an exception is thrown.
parseSignedData(byte[]) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
Retrieve the signed content from a SignedData object.
parseSignedData(byte[], X509Certificate, SignatureVerifyResult) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
parseSignedDataContentStream(InputStream, OutputStream, X509Certificate) - Static method in class org.neociclo.odetteftp.util.EnvelopingUtil
 
parseTimeTicker(String) - Method in class org.neociclo.odetteftp.protocol.v14.OdetteFtpVer14Handler
 
PartnerCertificateCallback - Class in org.neociclo.odetteftp.security
 
PartnerCertificateCallback(String) - Constructor for class org.neociclo.odetteftp.security.PartnerCertificateCallback
 
PasswordAuthenticationCallback - Class in org.neociclo.odetteftp.security
 
PasswordAuthenticationCallback(String, String) - Constructor for class org.neociclo.odetteftp.security.PasswordAuthenticationCallback
 
PasswordAuthenticationCallback.AuthenticationResult - Enum in org.neociclo.odetteftp.security
 
PasswordAuthenticationHandler - Class in org.neociclo.odetteftp.support
 
PasswordAuthenticationHandler() - Constructor for class org.neociclo.odetteftp.support.PasswordAuthenticationHandler
 
PasswordCallback - Class in org.neociclo.odetteftp.security
 
PasswordCallback() - Constructor for class org.neociclo.odetteftp.security.PasswordCallback
 
PasswordCallback(String) - Constructor for class org.neociclo.odetteftp.security.PasswordCallback
 
PasswordCallback(String, String) - Constructor for class org.neociclo.odetteftp.security.PasswordCallback
 
PasswordHandler - Class in org.neociclo.odetteftp.support
 
PasswordHandler(String, String) - Constructor for class org.neociclo.odetteftp.support.PasswordHandler
 
position(FileChannel) - Method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
positiveEndFileAnswer() - Static method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
positiveEndFileAnswer(boolean) - Static method in class org.neociclo.odetteftp.protocol.DefaultEndFileResponse
 
positiveStartFileAnswer(File) - Static method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
positiveStartFileAnswer(File, long) - Static method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
PropertiesBasedConfiguration - Class in org.neociclo.odetteftp.support
 
PropertiesBasedConfiguration() - Constructor for class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
PROTOCOL_CARRIAGE_RETURN - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Carriage return string used in some command.
ProtocolHandler - Interface in org.neociclo.odetteftp
 
ProtocolHandlerFactory - Class in org.neociclo.odetteftp
 
ProtocolLoggingHandler - Class in org.neociclo.odetteftp.netty.codec
 
ProtocolLoggingHandler(Marker) - Constructor for class org.neociclo.odetteftp.netty.codec.ProtocolLoggingHandler
 
protocolMaxFileSizeSupported() - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
protocolMaxFileSizeSupported() - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
protocolMaxFileSizeSupported() - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
protocolRelease(OdetteFtpSession, EndSessionReason, String) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
protocolRelease(OdetteFtpSession, EndSessionReason, String) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
ProtocolUtil - Class in org.neociclo.odetteftp.util
 
ProtocolUtil() - Constructor for class org.neociclo.odetteftp.util.ProtocolUtil
 

R

read(FileChannel, ByteBuffer) - Method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
readData(VirtualFile, FileChannel, DataExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
readData(VirtualFile, FileChannel, DataExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.data.CompressionMapping
 
readData(VirtualFile, FileChannel, DataExchangeBuffer) - Method in interface org.neociclo.odetteftp.protocol.data.MappingStrategy
 
readData(VirtualFile, FileChannel, DataExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.data.NormalMapping
 
readData() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
readyMessage() - Static method in class org.neociclo.odetteftp.protocol.CommandBuilder
Start Session Ready Message.
readyMessageReceived(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
readyMessageReceived(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.ProtocolHandler
The Initiator ODETTE-FTP entity receive the Start Session Ready Message sent by the Responder immediately after the network connection has been established, beginning the Start Session Phase.
readyToReceive() - Static method in class org.neociclo.odetteftp.protocol.CommandBuilder
Create the Ready to Receive command.
readyToReceiveReceived(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
readyToReceiveReceived(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.ProtocolHandler
Ready To Receive Command (RTR) received in the SPEAKER state.
RecordFormat - Enum in org.neociclo.odetteftp.protocol
 
release(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
releaseExternalResources() - Method in class org.neociclo.odetteftp.service.Client
 
releaseExternalResources() - Method in class org.neociclo.odetteftp.service.TcpClient
 
ReleaseFormatVer13 - Enum in org.neociclo.odetteftp.protocol.v13
 
ReleaseFormatVer14 - Enum in org.neociclo.odetteftp.protocol.v14
 
ReleaseFormatVer20 - Enum in org.neociclo.odetteftp.protocol.v20
 
remove() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeaderIterator
Not supported.
removeHandler(Class<Callback>) - Method in class org.neociclo.odetteftp.security.MappedCallbackHandler
 
resetIncomingCredits(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
resetOutgoingCredits(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
resolveByVersion(OdetteFtpVersion, CommandIdentifier) - Static method in class org.neociclo.odetteftp.util.CommandFormatHelper
 
responderSendStartSession(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
responderSendStartSession(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
RESTART_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
retryLater() - Method in interface org.neociclo.odetteftp.oftplet.StartFileResponse
 
retryLater() - Method in class org.neociclo.odetteftp.protocol.DefaultStartFileResponse
 
RTRCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Ready to Receive command field.

S

SECDCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Secure Change Direction command field.
SECURE_AUTHENTICATION_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
securityChangeDirection() - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
securityChangeDirectionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v13.OdetteFtpVer13Handler
 
securityChangeDirectionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.v20.OdetteFtpVer20Handler
 
securityChangeDirectionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
SecurityContext - Interface in org.neociclo.odetteftp.security
A security context is an bac.
SecurityLevel - Enum in org.neociclo.odetteftp.protocol.v20
Enumeration indicating whether the file has been signed and/or encrypted before transmission.
SecurityUtil - Class in org.neociclo.odetteftp.util
 
SecurityUtil() - Constructor for class org.neociclo.odetteftp.util.SecurityUtil
 
seekRepeatSequence(ByteBuffer, int, int) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
seekWithinBuffer(byte[], ByteBuffer, int) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
Server - Class in org.neociclo.odetteftp.service
 
Server(OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.Server
Embedded class constructor taking service configuration and callback handler.
ServerOftplet - Interface in org.neociclo.odetteftp.oftplet
 
SESSION - Static variable in class org.neociclo.odetteftp.netty.ChannelContext
 
sessionConnected(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
sessionConnected(OdetteFtpSession) - Method in interface org.neociclo.odetteftp.ProtocolHandler
Indication that the network connection has been established - occur in both entity states (SPEAKER or LISTENER).
SessionHelper - Class in org.neociclo.odetteftp.util
 
setAttribute(AttributeKey, Object) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setAttribute(String, Object) - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
setCertificate(X509Certificate) - Method in class org.neociclo.odetteftp.security.PartnerCertificateCallback
 
setCertificate(X509Certificate) - Method in class org.neociclo.odetteftp.security.UserCertificateCallback
 
setChallenge(byte[]) - Method in class org.neociclo.odetteftp.security.AuthenticationChallengeCallback
 
setChannelCallback(ChannelCallback) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setCipherSuite(CipherSuite) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setCipherSuiteSelection(CipherSuite) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setCipherSuiteSelection(CipherSuite) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setCompressionAlgorithm(FileCompression) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setCompressionSupport(Boolean) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setCreator(String) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setCredit() - Static method in class org.neociclo.odetteftp.protocol.CommandBuilder
Create the Set Credit command which is used to avoid congestion at the protocol level a flow control.
setCreditReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
setCreditReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
setDataBufferSize(int) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setDataExchangeBufferSize(Integer) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setDatasetName(String) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setDatasetName(String) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setDateTime(Date) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setDateTime(Date) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setDestination(String) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setDestination(String) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setDisconnectListener(Runnable) - Method in class org.neociclo.odetteftp.service.Client
 
setEncodedChallenge(byte[]) - Method in class org.neociclo.odetteftp.security.EncryptAuthenticationChallengeCallback
 
setEnvelopingFormat(FileEnveloping) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setEventListener(OftpletEventListener) - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftplet
 
setEventListener(OftpletEventListener) - Method in class org.neociclo.odetteftp.support.InOutSharedQueueOftpletFactory
 
setEventListener(OftpletEventListener) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
setEventListener(OftpletEventListener) - Method in class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
setExecutor(Executor) - Method in class org.neociclo.odetteftp.service.TcpClient
The Executor which was specified should be terminated manually by calling ExecutorUtil.terminate(Executor...) when your application shuts down.
setFile(File) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setFileDescription(String) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setHasSpecialLogic(Boolean) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setIncomingBytesTransfered(long) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setIncomingCredits(int) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setIncomingOffset(long) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setKey(PrivateKey) - Method in class org.neociclo.odetteftp.security.UserPrivateKeyCallback
 
setLastCommandReceived(CommandIdentifier) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setLastCommandSent(CommandIdentifier) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setLongFilenames(Boolean) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setNotificationSignature(byte[]) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
setOriginalFileSize(long) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setOriginator(String) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setOriginator(String) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setOutgoingBytesTransfered(long) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setOutgoingCredits(int) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setOutgoingOffset(long) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setPassword(String) - Method in class org.neociclo.odetteftp.security.PasswordCallback
 
setReason(NegativeResponseReason) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setReasonText(String) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setRecordFormat(RecordFormat) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setRecordSize(int) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setResponseUser(String) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setResponseUserData(String) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setRestartOffset(long) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setRestartSupport(boolean) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setResult(PasswordAuthenticationCallback.AuthenticationResult) - Method in class org.neociclo.odetteftp.security.PasswordAuthenticationCallback
 
setSecureAuthentication(boolean) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setSecureAuthenticationChallenge(byte[]) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setSecurityLevel(SecurityLevel) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setSessionCurrentRequest(OdetteFtpSession, OdetteFtpObject) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
setSessionFileChannel(OdetteFtpSession, FileChannel) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
setSessionOftplet(OdetteFtpSession, Oftplet) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
setSessionOutgoingDataExchangeBuffer(OdetteFtpSession, DataExchangeBuffer) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
setSessionSecureAuthenticated(OdetteFtpSession) - Static method in class org.neociclo.odetteftp.util.SessionHelper
 
setSignedNotificationRequest(boolean) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultEnvelopedVirtualFile
 
setSize(long) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setSpecialLogic(Boolean) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setState(EntityState) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setTicker(Short) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setTicker(Short) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setTimeout(int) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setTimer(Timer) - Method in class org.neociclo.odetteftp.service.Client
The Timer which was specified should be stopped manually by calling Timer.stop() when your application shuts down.
setTransferMode(TransferMode) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setTransferMode(TransferMode) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setUnitCount(int) - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
setup(OdetteFtpSession) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setUseCompression(Boolean) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setUserCode(String) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setUserData(String) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setUserData(String) - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
setUserData(String) - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
setUserData(String) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setUseRestart(Boolean) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setUsername(String) - Method in class org.neociclo.odetteftp.security.PasswordCallback
 
setUseSecureAuthentication(Boolean) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setVersion(OdetteFtpVersion) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setVersion(OdetteFtpVersion) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
setVirtualFileHash(byte[]) - Method in class org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
 
setWindowSize(int) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
setWindowSize(Integer) - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
SFIDCIPH_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Start File Identification command field.
SFIDCOMP_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDDATE_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDDESC_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDDESCL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDDEST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDDSN_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDENV_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDFMT_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDFSIZ_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDLRECL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDORIG_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDOSIZ_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDREST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDRSV1_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDSEC_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDSIGN_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDTIME_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFIDUSER_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFNACMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Start File Negative Answer command field.
SFNAREAS_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFNAREASL_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFNAREAST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFNARRTR_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFPAACNT_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SFPACMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Start File Positive Answer command field.
SharedQueueOftpletListener - Class in org.neociclo.odetteftp.support
 
SharedQueueOftpletListener(Queue<OdetteFtpObject>) - Constructor for class org.neociclo.odetteftp.support.SharedQueueOftpletListener
 
SharedQueueOftpletSpeaker - Class in org.neociclo.odetteftp.support
 
SharedQueueOftpletSpeaker(Queue<OdetteFtpObject>, Queue<OdetteFtpObject>) - Constructor for class org.neociclo.odetteftp.support.SharedQueueOftpletSpeaker
 
shouldComputePosition() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
shouldComputeSize() - Method in class org.neociclo.odetteftp.protocol.CommandFormat.Field
 
SignatureCheckException - Exception in org.neociclo.odetteftp.util
 
SignatureCheckException(String, Throwable) - Constructor for exception org.neociclo.odetteftp.util.SignatureCheckException
 
SignatureCheckException(Throwable) - Constructor for exception org.neociclo.odetteftp.util.SignatureCheckException
 
SignatureVerifyResult - Class in org.neociclo.odetteftp.util
 
SignatureVerifyResult() - Constructor for class org.neociclo.odetteftp.util.SignatureVerifyResult
 
SignedDeliveryNotification - Interface in org.neociclo.odetteftp.protocol.v20
 
skip(FileChannel, int) - Method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
speakerChangeDirection(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
speakerChangeDirectionPreventingLoop(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
If last command received is not CD, so turn direction.
speakerDeliveryNotification(OdetteFtpSession, DeliveryNotification) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
speakerEndFile(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
speakerSendData(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
Perform data buffer transmission of the file transfer opened.
speakerStartFile(OdetteFtpSession, VirtualFile) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
Do start file transmission.
speakerTransmitRequests(OdetteFtpSession) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
SPECIAL_LOGIC_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
SSIDAUTH_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Start Session Identification command field.
SSIDCMPR_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDCODE_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDCR_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDCRED_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDLEV_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDPSWD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDREST_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDRSV1_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDSDEB_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDSPEC_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDSR_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSIDUSER_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSRMCMD_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
Start Session Ready Message command field.
SSRMCR_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSRMMSG_FIELD - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
SSRMMSG_VALUE - Static variable in class org.neociclo.odetteftp.util.CommandFormatConstants
 
start() - Method in class org.neociclo.odetteftp.service.Server
 
startFile(String, Date, String, String, String, RecordFormat, int, long, long) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the Start File command with given parameters.
The Start File command includes a count allowing the restart of an interrupted transmission to be negotiated.
startFile(String, Date, short, String, String, String, RecordFormat, int, long, long) - Static method in class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
Create the Start File command with given parameters.
The Start File command includes a count allowing the restart of an interrupted transmission to be negotiated.
startFile(String, Date, short, String, String, String, RecordFormat, int, long, long, long, SecurityLevel, CipherSuite, FileCompression, FileEnveloping, boolean, String) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
startFileNegativeAnswer(AnswerReason, boolean) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the Start File Negative Answer command containing the the reason why transmission can not proced.
This retry parameter is used to advise the Speaker if it should retry at a latter point in time due to a temporary condition at the Listener site, such as a lack of storage space.
startFileNegativeAnswer(AnswerReason, String, boolean) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
Create the Start File Negative Answer command containing the the reason why transmission can not proced.
This retry parameter is used to advise the Speaker if it should retry at a latter point in time due to a temporary condition at the Listener site, such as a lack of storage space.
startFileNegativeAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
startFileNegativeAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
startFilePositiveAnswer(long) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the Start File Positive Answer command.
startFilePositiveAnswer(long) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
Create the Start File Positive Answer command.
startFilePositiveAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
startFilePositiveAnswerReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
startFileReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
startFileReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
 
StartFileResponse - Interface in org.neociclo.odetteftp.oftplet
 
startSession(int, String, String, int, TransferMode, boolean, boolean, boolean, int, String) - Static method in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
Create the Start Session command with given parameters.
startSession(String, String, int, TransferMode, boolean, boolean, boolean, int, String) - Static method in class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
Create the Start Session command with given parameters.
startSession(String, String, int, TransferMode, boolean, boolean, boolean, int, boolean, String) - Static method in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
 
startSessionPasswordAuthentication(OdetteFtpSession, CommandExchangeBuffer, boolean) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
startSessionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in class org.neociclo.odetteftp.protocol.DefaultHandler
 
startSessionReceived(OdetteFtpSession, CommandExchangeBuffer) - Method in interface org.neociclo.odetteftp.ProtocolHandler
Negotiate the Start Session taking in account the right entity mode's behavior (Initiator or Responder).
StbDecoder - Class in org.neociclo.odetteftp.netty.codec
 
StbDecoder() - Constructor for class org.neociclo.odetteftp.netty.codec.StbDecoder
 
StbEncoder - Class in org.neociclo.odetteftp.netty.codec
 
StbEncoder() - Constructor for class org.neociclo.odetteftp.netty.codec.StbEncoder
 
StbException - Exception in org.neociclo.odetteftp.netty.codec
 
StbException() - Constructor for exception org.neociclo.odetteftp.netty.codec.StbException
 
StbException(String) - Constructor for exception org.neociclo.odetteftp.netty.codec.StbException
 
StbException(Throwable) - Constructor for exception org.neociclo.odetteftp.netty.codec.StbException
 
StbException(String, Throwable) - Constructor for exception org.neociclo.odetteftp.netty.codec.StbException
 
stop() - Method in class org.neociclo.odetteftp.service.Server
 
stop(boolean) - Method in class org.neociclo.odetteftp.service.Server
 
store(OutputStream, String) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
store(Writer, String) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
storeToXml(OutputStream, String) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
storeToXml(OutputStream, String, String) - Method in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 

T

TcpClient - Class in org.neociclo.odetteftp.service
 
TcpClient(String, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpClient
 
TcpClient(String, SSLEngine, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpClient
 
TcpClient(String, int, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpClient
 
TcpClient(String, int, SSLEngine, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpClient
 
TcpClient(InetSocketAddress, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpClient
 
TcpClient(InetSocketAddress, SSLEngine, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpClient
 
TcpServer - Class in org.neociclo.odetteftp.service
 
TcpServer(InetSocketAddress, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpServer
 
TcpServer(InetSocketAddress, SSLEngine, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpServer
 
TcpServer(InetSocketAddress, SSLEngine, Boolean, OftpletFactory) - Constructor for class org.neociclo.odetteftp.service.TcpServer
 
TEXTFILE_BLOCK_SIZE - Static variable in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
TIME_STAMP_PATTERN - Static variable in class org.neociclo.odetteftp.protocol.v13.CommandBuilderVer13
String formatter pattern for converting a Date value to the Time stamp used on commands.
TIME_STAMP_PATTERN - Static variable in class org.neociclo.odetteftp.protocol.v14.CommandBuilderVer14
String formatter pattern for converting a Date value to the Time stamp used on commands.
TIME_STAMP_PATTERN - Static variable in class org.neociclo.odetteftp.protocol.v20.CommandBuilderVer20
String formatter pattern for converting a Date value to the Time stamp used on commands.
TimestampTicker - Class in org.neociclo.odetteftp.util
 
toHexString(byte) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
toHexString(byte[]) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
toHexString(byte[], int) - Static method in class org.neociclo.odetteftp.util.BufferUtil
 
toHexString(Integer) - Static method in class org.neociclo.odetteftp.util.OftpUtil
 
toOctet(boolean, boolean, byte) - Static method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
 
toString() - Method in enum org.neociclo.odetteftp.OdetteFtpVersion
 
toString() - Method in class org.neociclo.odetteftp.oftplet.AnswerReasonInfo
 
toString() - Method in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
 
toString() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer.SubrecordHeader
 
toString() - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
toString() - Method in class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
 
toString() - Method in class org.neociclo.odetteftp.protocol.DefaultVirtualFile
 
toString() - Method in class org.neociclo.odetteftp.service.Server
 
toString() - Method in class org.neociclo.odetteftp.util.AttributeKey
The String representation of tis objection is its constructed name.
TRANSFER_MODE_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
TransferMode - Enum in org.neociclo.odetteftp
 
TransportType - Enum in org.neociclo.odetteftp
 

U

UNKNOWN_USER_CODE - Static variable in exception org.neociclo.odetteftp.protocol.AuthenticationException
 
UNSPECIFIED - Static variable in exception org.neociclo.odetteftp.protocol.AuthenticationException
 
USER_DATA_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
UserCertificateCallback - Class in org.neociclo.odetteftp.security
 
UserCertificateCallback(String) - Constructor for class org.neociclo.odetteftp.security.UserCertificateCallback
 
UserPrivateKeyCallback - Class in org.neociclo.odetteftp.security
 
UserPrivateKeyCallback(String) - Constructor for class org.neociclo.odetteftp.security.UserPrivateKeyCallback
 
useSecureAuthentication() - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
useSecureAuthentication() - Method in class org.neociclo.odetteftp.support.OdetteFtpConfiguration
 
UTF8_ENCODED_PROTOCOL_CHARSET - Static variable in class org.neociclo.odetteftp.protocol.CommandExchangeBuffer
UTF-8 charset encoding used in text description in the new OFTP 2.0.

V

valueOf(String) - Static method in enum org.neociclo.odetteftp.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.MappingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.OdetteFtpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.AnswerReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.CommandIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.DeliveryNotification.EndResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.EndSessionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.NegativeResponseReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.RecordFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v20.CipherSuite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v20.FileCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v20.FileEnveloping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.protocol.v20.SecurityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.security.PasswordAuthenticationCallback.AuthenticationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.TransferMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neociclo.odetteftp.TransportType
Returns the enum constant of this type with the specified name.
valueOfYesNo(String) - Static method in class org.neociclo.odetteftp.util.ProtocolUtil
 
values() - Static method in enum org.neociclo.odetteftp.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.MappingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.OdetteFtpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.AnswerReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.CommandIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.DeliveryNotification.EndResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.EndSessionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.NegativeResponseReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.RecordFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v13.ReleaseFormatVer13
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v20.CipherSuite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v20.FileCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v20.FileEnveloping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v20.ReleaseFormatVer20
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.protocol.v20.SecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.security.PasswordAuthenticationCallback.AuthenticationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.TransferMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neociclo.odetteftp.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_FORMAT - Static variable in class org.neociclo.odetteftp.protocol.CommandFormat.Field
A field with variable values within a defined range.
VERSION_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
VirtualFile - Interface in org.neociclo.odetteftp.protocol
 
VirtualFileMappingException - Exception in org.neociclo.odetteftp.protocol
 
VirtualFileMappingException(String) - Constructor for exception org.neociclo.odetteftp.protocol.VirtualFileMappingException
 
VirtualFileMappingException(String, Throwable) - Constructor for exception org.neociclo.odetteftp.protocol.VirtualFileMappingException
 
VirtualFileMappingException(Throwable) - Constructor for exception org.neociclo.odetteftp.protocol.VirtualFileMappingException
 

W

WINDOW_PROP - Static variable in class org.neociclo.odetteftp.support.PropertiesBasedConfiguration
 
write(Object, Runnable) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler.ChannelCallbackHandler
 
write(Object) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
write(Object, Runnable) - Method in class org.neociclo.odetteftp.OdetteFtpSession
 
write(Object, Runnable) - Method in interface org.neociclo.odetteftp.oftplet.ChannelCallback
 
writeData(VirtualFile, DataExchangeBuffer, FileChannel) - Method in class org.neociclo.odetteftp.protocol.data.AbstractMapping
 
writeData(VirtualFile, DataExchangeBuffer, FileChannel) - Method in class org.neociclo.odetteftp.protocol.data.CompressionMapping
 
writeData(VirtualFile, DataExchangeBuffer, FileChannel) - Method in interface org.neociclo.odetteftp.protocol.data.MappingStrategy
 
writeData(VirtualFile, DataExchangeBuffer, FileChannel) - Method in class org.neociclo.odetteftp.protocol.data.NormalMapping
 
writeData(byte[], boolean, boolean, byte) - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
writeData(byte, boolean, boolean, byte) - Method in class org.neociclo.odetteftp.protocol.DataExchangeBuffer
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.neociclo.odetteftp.netty.codec.ProtocolLoggingHandler
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.neociclo.odetteftp.netty.OdetteFtpChannelHandler
 

Y

yesNo(boolean) - Static method in class org.neociclo.odetteftp.protocol.CommandBuilder
 

Z

ZERO - Static variable in class org.neociclo.odetteftp.protocol.CommandBuilder
 

A B C D E F G H I L M N O P R S T U V W Y Z

ACCORD