类 HttpServerHandshakeThreadExecution

  • 所有已实现的接口:
    Runnable

    public class HttpServerHandshakeThreadExecution
    extends AbstractHttpServerHandshakeThread
    ClassName: HttpServerHandshakeThreadExecution Description: date: 2020/8/18 0:08
    从以下版本开始:
    JDK 1.8
    作者:
    ThierrySquirrel
    • 构造器详细资料

      • HttpServerHandshakeThreadExecution

        public HttpServerHandshakeThreadExecution​(io.netty.channel.Channel channel,
                                                  io.netty.handler.codec.http.FullHttpRequest request,
                                                  int maxFramePayloadLength,
                                                  int readTimeoutMilli)
    • 方法详细资料

      • httpServerHandshake

        protected void httpServerHandshake​(io.netty.channel.Channel channel,
                                           io.netty.handler.codec.http.FullHttpRequest request,
                                           int maxFramePayloadLength,
                                           int readTimeoutMilli)
        从类复制的说明: AbstractHttpServerHandshakeThread
        httpServerHandshake
        指定者:
        httpServerHandshake 在类中 AbstractHttpServerHandshakeThread
        参数:
        channel - channel
        request - request
        maxFramePayloadLength - maxFramePayloadLength
        readTimeoutMilli - readTimeoutMilli