Class ResolveResult.ServiceLocator

java.lang.Object
org.apache.vinci.transport.FrameComponent
org.apache.vinci.transport.Frame
org.apache.vinci.transport.vns.client.ResolveResult.ServiceLocator
All Implemented Interfaces:
Transportable
Enclosing class:
ResolveResult

public static class ResolveResult.ServiceLocator extends Frame
  • Field Details

    • host

      public String host
    • port

      public int port
    • instance

      public int instance
  • Constructor Details

    • ServiceLocator

      public ServiceLocator()
  • Method Details

    • add

      public void add(String key, FrameComponent val)
      Implement the Frame add() callback.
      Overrides:
      add in class Frame
      Parameters:
      key - The tag name with which to associate the value.
      val - The (Frame | FrameLeaf) value to associate with the tag.