Uses of Interface
com.google.code.linkedinapi.schema.HttpHeader

Packages that use HttpHeader
com.google.code.linkedinapi.client.impl   
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of HttpHeader in com.google.code.linkedinapi.client.impl
 

Method parameters in com.google.code.linkedinapi.client.impl with type arguments of type HttpHeader
protected  java.io.InputStream BaseLinkedInApiClient.callApiMethod(java.lang.String apiUrl, int expected, java.util.List<HttpHeader> httpHeaders)
           
protected  java.io.InputStream BaseLinkedInApiClient.callApiMethod(java.lang.String apiUrl, java.util.List<HttpHeader> httpHeaders)
           
 

Uses of HttpHeader in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return HttpHeader
 HttpHeader ObjectFactory.createHttpHeader()
          Create an instance of HttpHeader
 HttpHeader SchemaElementFactory.createHttpHeader()
          Create an instance of HttpHeader
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type HttpHeader
 java.util.List<HttpHeader> Headers.getHttpHeaderList()
          Gets the value of the httpHeaderList property.
 

Uses of HttpHeader in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement HttpHeader
 class HttpHeaderImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type HttpHeader
protected  java.util.List<HttpHeader> HeadersImpl.httpHeaderList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type HttpHeader
 java.util.List<HttpHeader> HeadersImpl.getHttpHeaderList()
           
 

Uses of HttpHeader in com.google.code.linkedinapi.schema.xpp
 

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type HttpHeader
protected  java.util.List<HttpHeader> HeadersImpl.httpHeaderList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return HttpHeader
 HttpHeader XppElementFactory.createHttpHeader()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type HttpHeader
 java.util.List<HttpHeader> HeadersImpl.getHttpHeaderList()