Class Context


  • public class Context
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Context​(java.lang.String adminId, java.lang.String collectorHashId, java.lang.String routerHashId, java.time.Instant timestamp, java.net.InetAddress sourceAddress, int sourcePort, java.lang.String location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocation()  
      java.lang.String getRouterHash()  
      • Methods inherited from class java.lang.Object

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

      • adminId

        public final java.lang.String adminId
      • collectorHashId

        public final java.lang.String collectorHashId
      • routerHashId

        public final java.lang.String routerHashId
      • timestamp

        public final java.time.Instant timestamp
      • sourceAddress

        public final java.net.InetAddress sourceAddress
      • sourcePort

        public final int sourcePort
      • location

        public final java.lang.String location
    • Constructor Detail

      • Context

        public Context​(java.lang.String adminId,
                       java.lang.String collectorHashId,
                       java.lang.String routerHashId,
                       java.time.Instant timestamp,
                       java.net.InetAddress sourceAddress,
                       int sourcePort,
                       java.lang.String location)
    • Method Detail

      • getLocation

        public java.lang.String getLocation()
      • getRouterHash

        public java.lang.String getRouterHash()