Class ProxyConnection
- java.lang.Object
-
- io.undertow.server.handlers.proxy.ProxyConnection
-
public class ProxyConnection extends java.lang.ObjectA connection to a backend proxy.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ProxyConnection(ClientConnection connection, java.lang.String targetPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientConnectiongetConnection()java.lang.StringgetTargetPath()
-
-
-
Constructor Detail
-
ProxyConnection
public ProxyConnection(ClientConnection connection, java.lang.String targetPath)
-
-
Method Detail
-
getConnection
public ClientConnection getConnection()
-
getTargetPath
public java.lang.String getTargetPath()
-
-