Interface JConnectionType


public interface JConnectionType
Helper class for Java to get the handle of `ConnectionType` which is fundamental to LocationService library
  • Field Details

    • AkkaType

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

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

      static final ConnectionType HttpType
      Used to define a HTTP connection