You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-java/features/connectivity/008-transparent-proxy.mdx
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,52 @@ try {
211
211
212
212
For more information, see [Troubleshooting](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/transparent-proxy-troubleshooting)
213
213
214
+
## Transparent Proxy Loader
215
+
216
+
The `TransparentProxy` class is a `DestinationLoader` that enables routing all destination traffic through a single registered gateway host. This provides a centralized approach to proxy configuration where all destination requests are automatically routed through the configured gateway.
217
+
218
+
### Key Features
219
+
220
+
-**Single gateway registration** - only one proxy can be registered at a time
221
+
-**Host validation** - ensures hosts don't contain paths and are reachable
222
+
-**Automatic scheme normalization** - defaults to HTTP if no scheme provided
223
+
-**Network connectivity validation** before registration
224
+
-**Thread safety considerations** - uses static state and should be registered during application initialization
225
+
226
+
### Registration Methods
227
+
228
+
#### Register with Default Port
229
+
230
+
Register a transparent proxy gateway using the default port 80:
0 commit comments