Package io.remotecontrol.transport.http

Examples of io.remotecontrol.transport.http.HttpTransport


      this.path = path;
    }

    @Override
    public Result send(CommandChain<?> commandChain) throws IOException {
      return new HttpTransport(applicationUnderTest.getAddress() + path).send(commandChain);
    }
View Full Code Here

TOP

Related Classes of io.remotecontrol.transport.http.HttpTransport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.