Class UdpSessionManager.TimeWrapper<T>

  • Enclosing class:
    UdpSessionManager

    public static final class UdpSessionManager.TimeWrapper<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.time.Instant time  
      T wrapped  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • time

        public final java.time.Instant time
      • wrapped

        public final T wrapped