Package apple.struct

Class sockproto


  • public final class sockproto
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        sockproto()  
        sockproto​(char sp_family, char sp_protocol)  
      protected sockproto​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setSp_family​(char value)
      address family
      void setSp_protocol​(char value)
      protocol
      char sp_family()
      address family
      char sp_protocol()
      protocol
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • sockproto

        public sockproto()
      • sockproto

        protected sockproto​(org.moe.natj.general.Pointer peer)
      • sockproto

        public sockproto​(char sp_family,
                         char sp_protocol)
    • Method Detail

      • sp_family

        public char sp_family()
        address family
      • setSp_family

        public void setSp_family​(char value)
        address family
      • sp_protocol

        public char sp_protocol()
        protocol
      • setSp_protocol

        public void setSp_protocol​(char value)
        protocol