Uses of Class
com.jayway.restassured.internal.http.HTTPBuilder

Packages that use HTTPBuilder
com.jayway.restassured.authentication   
com.jayway.restassured.internal   
com.jayway.restassured.internal.http   
 

Uses of HTTPBuilder in com.jayway.restassured.authentication
 

Methods in com.jayway.restassured.authentication with parameters of type HTTPBuilder
 void NoAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void CertAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void PreemptiveBasicAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void BasicAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void ExplicitNoAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void OAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void FormAuthScheme.authenticate(HTTPBuilder httpBuilder)
           
 void AuthenticationScheme.authenticate(HTTPBuilder httpBuilder)
           
 

Uses of HTTPBuilder in com.jayway.restassured.internal
 

Methods in com.jayway.restassured.internal with parameters of type HTTPBuilder
 void KeystoreSpec.apply(HTTPBuilder builder, int port)
          Apply the settings
 void KeystoreSpecImpl.apply(HTTPBuilder builder, int port)
           
 void NoKeystoreSpecImpl.apply(HTTPBuilder builder, int port)
           
 Object RequestSpecificationImpl.applyEncoderConfig(HTTPBuilder httpBuilder, EncoderConfig encoderConfig)
           
 Object RequestSpecificationImpl.applyRestAssuredConfig(HTTPBuilder http)
           
 Object RequestSpecificationImpl.setRequestHeadersToHttpBuilder(HTTPBuilder http)
           
 

Uses of HTTPBuilder in com.jayway.restassured.internal.http
 

Fields in com.jayway.restassured.internal.http declared as HTTPBuilder
protected  HTTPBuilder AuthConfig.builder
           
 

Constructors in com.jayway.restassured.internal.http with parameters of type HTTPBuilder
AuthConfig(HTTPBuilder builder)
           
 



Copyright © 2010-2012. All Rights Reserved.