Example usage for org.springframework.boot.devtools.tunnel.client TunnelConnection interface-usage

List of usage examples for org.springframework.boot.devtools.tunnel.client TunnelConnection interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.devtools.tunnel.client TunnelConnection interface-usage.

Usage

From source file org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.java

/**
 * {@link TunnelConnection} implementation that uses HTTP to transfer data.
 *
 * @author Phillip Webb
 * @author Rob Winch
 * @since 1.3.0