Package | Description |
---|---|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem
implementation
|
org.waarp.ftp.core.data.handler |
Classes implementing Data connections
The internal logic is the following: When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection. |
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
AbstractFile.getMarker() |
DataBlock |
FileInterface.getMarker()
Create a restart from context for the current FileInterface
|
DataBlock |
FileInterface.readDataBlock()
Read a new block for FileInterface
|
Modifier and Type | Method and Description |
---|---|
void |
FileInterface.writeDataBlock(DataBlock dataBlock)
Function called by the DataNetworkHandler when it receives one DataBlock
(Store like command)
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
FilesystemBasedFileImpl.readDataBlock() |
Modifier and Type | Method and Description |
---|---|
void |
FilesystemBasedFileImpl.writeDataBlock(DataBlock dataBlock) |
Modifier and Type | Method and Description |
---|---|
protected DataBlock |
FtpDataModeCodec.decodeRecord(io.netty.buffer.ByteBuf buf,
int length) |
protected DataBlock |
FtpDataModeCodec.decodeRecordStandard(io.netty.buffer.ByteBuf buf,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
DataNetworkHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
DataBlock dataBlock)
Act as needed according to the receive DataBlock message
|
protected void |
FtpDataModeCodec.encode(io.netty.channel.ChannelHandlerContext ctx,
DataBlock msg,
io.netty.buffer.ByteBuf out) |
protected io.netty.buffer.ByteBuf |
FtpDataModeCodec.encode(DataBlock msg)
Encode a DataBlock in the correct format for Mode
|
protected io.netty.buffer.ByteBuf |
FtpDataModeCodec.encodeRecord(DataBlock msg,
io.netty.buffer.ByteBuf buffer) |
protected io.netty.buffer.ByteBuf |
FtpDataModeCodec.encodeRecordStandard(DataBlock msg,
io.netty.buffer.ByteBuf buffer) |
Modifier and Type | Method and Description |
---|---|
DataBlock |
SendThroughClient.transformToDataBlock(byte[] data)
Utility method for send through mode
|
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelFuture |
SendThroughClient.writeWhenPossible(DataBlock block)
Write the next block when the channel is ready to prevent OOM
|
Modifier and Type | Method and Description |
---|---|
static DataBlock |
RetrieveRunner.transformToDataBlock(byte[] data)
Utility method for send through mode
|
Modifier and Type | Method and Description |
---|---|
static io.netty.channel.ChannelFuture |
RetrieveRunner.writeWhenPossible(DataBlock block,
LocalChannelReference localChannelReference)
Write the next block when the channel is ready to prevent OOM
|
Modifier and Type | Method and Description |
---|---|
static io.netty.channel.ChannelFuture |
ChannelUtils.writeBackDataBlock(LocalChannelReference localChannelReference,
DataBlock block) |
Copyright © 2009–2020 Waarp. All rights reserved.