Uses of Interface
com.iohao.net.external.core.micro.PipelineContext
Packages that use PipelineContext
-
Uses of PipelineContext in com.iohao.net.external.core.micro
Methods in com.iohao.net.external.core.micro with parameters of type PipelineContextModifier and TypeMethodDescriptionvoidMicroBootstrapFlow.pipelineCodec(PipelineContext context) Orchestrates the encoding and decoding logic.voidMicroBootstrapFlow.pipelineCustom(PipelineContext context) Custom business orchestration (to arrange some business logic for the server).default voidMicroBootstrapFlow.pipelineFlow(PipelineContext pipelineContext) The execution flow when a new connection is established.voidMicroBootstrapFlow.pipelineIdle(PipelineContext context) Orchestrates the heartbeat-related logic. -
Uses of PipelineContext in com.iohao.net.external.core.netty.micro
Classes in com.iohao.net.external.core.netty.micro that implement PipelineContextModifier and TypeClassDescriptionfinal recordPipelineContext is mainly used to wrap the SocketChannel channel, aiming to enhance the Handler aware capabilityMethods in com.iohao.net.external.core.netty.micro with parameters of type PipelineContextModifier and TypeMethodDescriptionvoidWebSocketMicroBootstrapFlow.httpHandler(PipelineContext context) voidTcpMicroBootstrapFlow.pipelineCodec(PipelineContext context) voidWebSocketMicroBootstrapFlow.pipelineCodec(PipelineContext context) voidWebSocketMicroBootstrapFlow.websocketHandler(PipelineContext context)