Class | Description |
---|---|
BlockRequest |
Request from the client for a given block.
|
BlockRequest.Decoder |
Creates a new
BlockRequest from the user's request. |
BlockResponse |
When a user sends a
BlockRequest , the response back is of this type. |
BlockResponse.Encoder |
Encodes a
BlockResponse to network. |
DataServerHandler |
Main logic for the read path.
|
NettyDataServer |
Runs a netty server that will response to block requests.
|
PipelineHandler |
Adds the block server's pipeline into the channel.
|
Enum | Description |
---|---|
ChannelType |
What type of netty channel to use.
|
FileTransferType |
How a read response will transfer block data over the network.
|
Copyright © 2015. All Rights Reserved.