Class ConnectHandler

java.lang.Object
io.undertow.server.handlers.ConnectHandler
All Implemented Interfaces:
HttpHandler

public class ConnectHandler extends Object implements HttpHandler
Handlers HTTP CONNECT requests, allowing the server to act as a forward proxy. WARNING: Do not enable this without some kind of authentication / IP based restriction scheme in place, as this will allow malicious actors to use your server as an open relay.
Author:
Stuart Douglas