Java org.springframework.boot.test.web.client LocalHostUriTemplateHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.test.web.client LocalHostUriTemplateHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.test.web.client LocalHostUriTemplateHandler.

The text is from its open source code.

Constructor

LocalHostUriTemplateHandler(Environment environment)
Create a new LocalHostUriTemplateHandler that will generate http URIs using the given environment to determine the context path and port.
LocalHostUriTemplateHandler(Environment environment, String scheme)
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme and use the given environment to determine the context-path and port.