Class TCP_INFO_v0


  • public class TCP_INFO_v0
    extends com.sun.jna.Structure
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.sun.jna.platform.win32.WinDef.ULONGLONG BytesIn  
      com.sun.jna.platform.win32.WinDef.ULONG BytesInFlight  
      com.sun.jna.platform.win32.WinDef.ULONGLONG BytesOut  
      com.sun.jna.platform.win32.WinDef.ULONG BytesReordered  
      com.sun.jna.platform.win32.WinDef.ULONG BytesRetrans  
      com.sun.jna.platform.win32.WinDef.ULONGLONG ConnectionTimeMs  
      com.sun.jna.platform.win32.WinDef.ULONG Cwnd  
      com.sun.jna.platform.win32.WinDef.ULONG DupAcksIn  
      com.sun.jna.platform.win32.WinDef.ULONG FastRetrans  
      com.sun.jna.platform.win32.WinDef.ULONG MinRttUs  
      com.sun.jna.platform.win32.WinDef.ULONG Mss  
      com.sun.jna.platform.win32.WinDef.ULONG RcvBuf  
      com.sun.jna.platform.win32.WinDef.ULONG RcvWnd  
      com.sun.jna.platform.win32.WinDef.ULONG RttUs  
      com.sun.jna.platform.win32.WinDef.ULONG SndWnd  
      com.sun.jna.platform.win32.WinDef.ULONG State  
      com.sun.jna.platform.win32.WinDef.UCHAR SynRetrans  
      com.sun.jna.platform.win32.WinDef.ULONG TimeoutEpisodes  
      com.sun.jna.platform.win32.WinDef.BOOL TimestampsEnabled  
      • Fields inherited from class com.sun.jna.Structure

        ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      TCP_INFO_v0()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected List<String> getFieldOrder()  
      • Methods inherited from class com.sun.jna.Structure

        allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
    • Field Detail

      • State

        public com.sun.jna.platform.win32.WinDef.ULONG State
      • Mss

        public com.sun.jna.platform.win32.WinDef.ULONG Mss
      • ConnectionTimeMs

        public com.sun.jna.platform.win32.WinDef.ULONGLONG ConnectionTimeMs
      • TimestampsEnabled

        public com.sun.jna.platform.win32.WinDef.BOOL TimestampsEnabled
      • RttUs

        public com.sun.jna.platform.win32.WinDef.ULONG RttUs
      • MinRttUs

        public com.sun.jna.platform.win32.WinDef.ULONG MinRttUs
      • BytesInFlight

        public com.sun.jna.platform.win32.WinDef.ULONG BytesInFlight
      • Cwnd

        public com.sun.jna.platform.win32.WinDef.ULONG Cwnd
      • SndWnd

        public com.sun.jna.platform.win32.WinDef.ULONG SndWnd
      • RcvWnd

        public com.sun.jna.platform.win32.WinDef.ULONG RcvWnd
      • RcvBuf

        public com.sun.jna.platform.win32.WinDef.ULONG RcvBuf
      • BytesOut

        public com.sun.jna.platform.win32.WinDef.ULONGLONG BytesOut
      • BytesIn

        public com.sun.jna.platform.win32.WinDef.ULONGLONG BytesIn
      • BytesReordered

        public com.sun.jna.platform.win32.WinDef.ULONG BytesReordered
      • BytesRetrans

        public com.sun.jna.platform.win32.WinDef.ULONG BytesRetrans
      • FastRetrans

        public com.sun.jna.platform.win32.WinDef.ULONG FastRetrans
      • DupAcksIn

        public com.sun.jna.platform.win32.WinDef.ULONG DupAcksIn
      • TimeoutEpisodes

        public com.sun.jna.platform.win32.WinDef.ULONG TimeoutEpisodes
      • SynRetrans

        public com.sun.jna.platform.win32.WinDef.UCHAR SynRetrans
    • Constructor Detail

      • TCP_INFO_v0

        public TCP_INFO_v0()
    • Method Detail

      • getFieldOrder

        protected List<String> getFieldOrder()
        Overrides:
        getFieldOrder in class com.sun.jna.Structure