| 程序包 | 说明 |
|---|---|
| net.hasor.neta.handler | |
| net.hasor.neta.handler.ssl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PipeDuplexHandler<RCV_UP,RCV_DOWN,SND_UP,SND_DOWN>
Used to represent a unidirectional data processor, two
PipeDuplexHandler`s in opposite directions can to PipeDuplex |
| 限定符和类型 | 方法和说明 |
|---|---|
default <RCV_DOWN,SND_UP> |
PipeBuilder.nextDuplex(PipeDuplex<RCV_UP,RCV_DOWN,SND_UP,SND_DOWN> duplexer)
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
|
<RCV_DOWN,SND_UP> |
PipeBuilder.nextDuplex(String name,
PipeConfig pipeConfig,
PipeDuplex<RCV_UP,RCV_DOWN,SND_UP,SND_DOWN> duplexer)
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
|
default <RCV_DOWN,SND_UP> |
PipeBuilder.nextDuplex(String name,
PipeDuplex<RCV_UP,RCV_DOWN,SND_UP,SND_DOWN> duplexer)
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SslPipeLayer
SSL 网络协议层
|
Copyright © 2022–2024. All rights reserved.