Class RawUnixChannelOption

    • Constructor Detail

      • RawUnixChannelOption

        public RawUnixChannelOption​(String name,
                                    int level,
                                    int optname,
                                    int length)
        Creates a new instance.
        Parameters:
        name - the name that is used.
        level - the level.
        length - the expected length of the optvalue.
        optname - the optname.
    • Method Detail

      • length

        public int length()
        The length of the optval.
        Returns:
        the length.