public class HttpProxyBuilder extends Object
Constructor and Description |
---|
HttpProxyBuilder(ConnectionsPool pool) |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
build()
builds the proxy
|
HttpProxyBuilder |
debug(Boolean debug) |
HttpProxyBuilder |
filter(Boolean filter) |
HttpProxyBuilder |
persistentAuth(Boolean persistentAuth) |
HttpProxyBuilder |
sessionid(String sessionid) |
public HttpProxyBuilder(ConnectionsPool pool)
pool
- ConnectionsPool poolpublic HttpProxyBuilder persistentAuth(Boolean persistentAuth)
persistentAuth
- persistent authentication flagpublic HttpProxyBuilder sessionid(String sessionid)
sessionid
- oVirt api sessionid to authenticate the user with
(used as SSO solution instead of username+password)public HttpProxyBuilder filter(Boolean filter)
filter
- flagpublic HttpProxyBuilder debug(Boolean debug)
debug
- flagpublic HttpProxy build()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0