Class JConnectionType


  • public class JConnectionType
    extends java.lang.Object
    Helper class for Java to get the handle of `ConnectionType` which is fundamental to LocationService library
    • Constructor Summary

      Constructors 
      Constructor Description
      JConnectionType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AkkaType

        public static final ConnectionType AkkaType
        Used to define an Akka connection
      • TcpType

        public static final ConnectionType TcpType
        Used to define a TCP connection
      • HttpType

        public static final ConnectionType HttpType
        Used to define a HTTP connection
    • Constructor Detail

      • JConnectionType

        public JConnectionType()