类 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
网关模式
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandispatcher(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPipeline pipeline, byte[] headers)
-
构造器详细资料
-
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
-