类 DispatchHttp4GateWay

java.lang.Object
cn.hserver.plugin.gateway.protocol.DispatchHttp4GateWay
所有已实现的接口:
cn.hserver.core.interfaces.ProtocolDispatcherAdapter

@Bean @Order(1) public class DispatchHttp4GateWay extends Object implements cn.hserver.core.interfaces.ProtocolDispatcherAdapter
网关模式
  • 构造器详细资料

    • DispatchHttp4GateWay

      public DispatchHttp4GateWay()
  • 方法详细资料

    • dispatcher

      public boolean dispatcher(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPipeline pipeline, byte[] headers)
      指定者:
      dispatcher 在接口中 cn.hserver.core.interfaces.ProtocolDispatcherAdapter