com.atlassian.httpclient.api
Interface EntityBuilder

All Known Subinterfaces:
FormBuilder

public interface EntityBuilder

A basic contract to be implemented by all entity builders.


Nested Class Summary
static interface EntityBuilder.Entity
          Represents a built entity consisting of a set of HTTP headers and an InputStream.
 
Method Summary
 EntityBuilder.Entity build()
          Builds an EntityBuilder.Entity.
 

Method Detail

build

EntityBuilder.Entity build()
Builds an EntityBuilder.Entity.

Returns:
The built entity


Copyright © 2012 Atlassian. All Rights Reserved.