| 程序包 | 说明 |
|---|---|
| net.hasor.neta.handler | |
| net.hasor.neta.handler.ssl |
| 类和说明 |
|---|
| EmbeddedChannel
Base class for
SoChannel implementations that are used in an embedded fashion. |
| EmbeddedSoContext
Base class for
SoContext implementations that are used in an embedded fashion. |
| EmbeddedTransfer
Used for data transfer between two
EmbeddedChannel. |
| PipeBuilder
Application stack builder
|
| PipeBuilder.PipelineBuilder |
PipeConfig
PipeConfig represents the amount of data stored on these endpoints
A ByteBuf endpoint indicating the number of bytes to store
The PipeRcvQueue/PipeSndQueue endpoint, which indicates the number of stored objects
default value is -1, when set to -1, It means infinite
A PipeConfig is used for only one protocol layer. |
| PipeExceptionHolder
Gets called if a Throwable was thrown.
|
| PipeHandler
Used to represent a unidirectional data processor, two
PipeHandler`s in opposite directions can to PipeLayer |
| PipeLayer
PipeLayer is a Duplexer, The data flow direction is identified by the isRcv parameter.
|
| PipeListener
The message receiving listener at the tail of the pipe.
|
| PipeRcvQueue
Network protocol layer input endpoint data queue
|
| PipeSndQueue
The network protocol layer outputs the data queue of the endpoint
|
| PipeStatistical
Get protocol stack statistics
|
| PipeStatus
A status for
PipeLayer |
| 类和说明 |
|---|
PipeConfig
PipeConfig represents the amount of data stored on these endpoints
A ByteBuf endpoint indicating the number of bytes to store
The PipeRcvQueue/PipeSndQueue endpoint, which indicates the number of stored objects
default value is -1, when set to -1, It means infinite
A PipeConfig is used for only one protocol layer. |
| PipeLayer
PipeLayer is a Duplexer, The data flow direction is identified by the isRcv parameter.
|
| PipeRcvQueue
Network protocol layer input endpoint data queue
|
| PipeSndQueue
The network protocol layer outputs the data queue of the endpoint
|
| PipeStatus
A status for
PipeLayer |
Copyright © 2022–2024. All rights reserved.