Class NettyEndpointBuilderFactory.NettyHeaderNameBuilder

  • Enclosing interface:
    NettyEndpointBuilderFactory

    public static class NettyEndpointBuilderFactory.NettyHeaderNameBuilder
    extends Object
    The builder of headers' name for the Netty component.
    • Constructor Detail

      • NettyHeaderNameBuilder

        public NettyHeaderNameBuilder()
    • Method Detail

      • nettyCloseChannelWhenComplete

        public String nettyCloseChannelWhenComplete()
        Indicates whether the channel should be closed after complete. The option is a: Boolean type. Group: common
        Returns:
        the name of the header NettyCloseChannelWhenComplete.
      • nettyChannelHandlerContext

        public String nettyChannelHandlerContext()
        The channel handler context. The option is a: io.netty.channel.ChannelHandlerContext type. Group: common
        Returns:
        the name of the header NettyChannelHandlerContext.
      • nettyRemoteAddress

        public String nettyRemoteAddress()
        The remote address. The option is a: java.net.SocketAddress type. Group: common
        Returns:
        the name of the header NettyRemoteAddress.
      • nettyLocalAddress

        public String nettyLocalAddress()
        The local address. The option is a: java.net.SocketAddress type. Group: common
        Returns:
        the name of the header NettyLocalAddress.
      • nettySSLSession

        public String nettySSLSession()
        The SSL session. The option is a: javax.net.ssl.SSLSession type. Group: common
        Returns:
        the name of the header NettySSLSession.
      • nettySSLClientCertSubjectName

        public String nettySSLClientCertSubjectName()
        The SSL client certificate subject name. The option is a: String type. Group: common
        Returns:
        the name of the header NettySSLClientCertSubjectName.
      • nettySSLClientCertIssuerName

        public String nettySSLClientCertIssuerName()
        The SSL client certificate issuer name. The option is a: String type. Group: common
        Returns:
        the name of the header NettySSLClientCertIssuerName.
      • nettySSLClientCertSerialNumber

        public String nettySSLClientCertSerialNumber()
        The SSL client certificate serial number. The option is a: String type. Group: common
        Returns:
        the name of the header NettySSLClientCertSerialNumber.
      • nettySSLClientCertNotBefore

        public String nettySSLClientCertNotBefore()
        The SSL client certificate not before. The option is a: java.util.Date type. Group: common
        Returns:
        the name of the header NettySSLClientCertNotBefore.
      • nettySSLClientCertNotAfter

        public String nettySSLClientCertNotAfter()
        The SSL client certificate not after. The option is a: java.util.Date type. Group: common
        Returns:
        the name of the header NettySSLClientCertNotAfter.
      • nettyRequestTimeout

        public String nettyRequestTimeout()
        The read timeout. The option is a: Long type. Group: common
        Returns:
        the name of the header NettyRequestTimeout.