Class IOThread

    • Method Detail

      • getEndpoint

        public Endpoint getEndpoint()
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • tick

        public void tick()
        Do one iteration of work. Should be called from the single worker thread of this.
      • currentConnection

        public GatewayConnection currentConnection()
        For testing. Returns the current connection of this. Not thread safe.
      • oldConnections

        public List<GatewayConnection> oldConnections()
        For testing. Returns a snapshot of the old connections of this.
      • resultQueue

        public com.yahoo.vespa.http.client.core.communication.EndpointResultQueue resultQueue()
        For testing