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