类 | 说明 |
---|---|
BigIntegerDecoder |
Decodes the binary representation of a
BigInteger prepended
with a magic number ('F' or 0x46) and a 32-bit integer length prefix into a
BigInteger instance. |
FactorialClient |
Sends a sequence of integers to a
FactorialServer to calculate
the factorial of the specified integer. |
FactorialClientHandler |
Handler for a client-side channel.
|
FactorialClientPipelineFactory |
Creates a newly configured
ChannelPipeline for a client-side channel. |
FactorialServer |
Receives a sequence of integers from a
FactorialClient to calculate
the factorial of the specified integer. |
FactorialServerHandler |
Handler for a server-side channel.
|
FactorialServerPipelineFactory |
Creates a newly configured
ChannelPipeline for a server-side channel. |
NumberEncoder |
Encodes a
Number into the binary representation prepended with
a magic number ('F' or 0x46) and a 32-bit length prefix. |