Class GenericUnixChannelOption<T>

Type Parameters:
T - the value type
All Implemented Interfaces:
Constant<ChannelOption<T>>, Comparable<ChannelOption<T>>
Direct Known Subclasses:
IntegerUnixChannelOption, RawUnixChannelOption

public abstract class GenericUnixChannelOption<T> extends UnixChannelOption<T>
A generic socket option. See man setsockopt.
  • Method Details

    • level

      public int level()
      Returns the level. See man setsockopt
      Returns:
      the level.
    • optname

      public int optname()
      Returns the optname. See man setsockopt
      Returns:
      the level.