java.lang.Object
de.codecentric.boot.admin.server.web.InstanceWebProxy

public class InstanceWebProxy extends Object
Forwards a request to a single instances endpoint and will respond with: - 502 (Bad Gateway) when any error occurs during the request - 503 (Service unavailable) when the instance is not found - 504 (Gateway timeout) when the request exceeds the timeout
Author:
Johannes Edmeier