Class NETrafficDirection


  • public final class NETrafficDirection
    extends java.lang.Object
    [@typedef] NETrafficDirection The direction of network traffic
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Any
      [@const] NETrafficDirectionAny Any direction
      static long Inbound
      [@const] NETrafficDirectionInbound Inbound direction
      static long Outbound
      [@const] NETrafficDirectionOutbound Outbound direction
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Any

        public static final long Any
        [@const] NETrafficDirectionAny Any direction
        See Also:
        Constant Field Values
      • Inbound

        public static final long Inbound
        [@const] NETrafficDirectionInbound Inbound direction
        See Also:
        Constant Field Values
      • Outbound

        public static final long Outbound
        [@const] NETrafficDirectionOutbound Outbound direction
        See Also:
        Constant Field Values