bad.robot.http.apache
Class ApacheHttpContextBuilder

java.lang.Object
  extended by bad.robot.http.apache.ApacheHttpContextBuilder
All Implemented Interfaces:
Builder<org.apache.http.protocol.HttpContext>

public class ApacheHttpContextBuilder
extends Object
implements Builder<org.apache.http.protocol.HttpContext>


Method Summary
static ApacheHttpContextBuilder anApacheHttpContextBuilder()
           
 org.apache.http.protocol.HttpContext build()
           
 ApacheHttpContextBuilder withBasicAuth(org.apache.http.HttpHost host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

anApacheHttpContextBuilder

public static ApacheHttpContextBuilder anApacheHttpContextBuilder()

withBasicAuth

public ApacheHttpContextBuilder withBasicAuth(org.apache.http.HttpHost host)

build

public org.apache.http.protocol.HttpContext build()
Specified by:
build in interface Builder<org.apache.http.protocol.HttpContext>


Copyright © 2012. All Rights Reserved.