Uses of Class
wt.federation.FederatedHttpInputStream

Packages that use FederatedHttpInputStream
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

 

Uses of FederatedHttpInputStream in wt.federation
 

Constructors in wt.federation with parameters of type FederatedHttpInputStream
FederatedHttpMultipart(FederatedHttpInputStream inputStream, String boundary)
          Constructor returning an instance initialized from the result of reading the specified input stream.
FederatedHttpMessage(FederatedHttpInputStream inputStream)
          Constructor returning an instance initialized with the results of reading and parsing a specified input stream.
FederatedHttpBodyPart(FederatedHttpInputStream inputStream, String boundary)
          Constructor returning an instance initialized from the result of reading the specified input stream.
FederatedHttpMultipart(FederatedHttpInputStream inputStream, String boundary)
          Constructor returning an instance initialized from the result of reading the specified input stream.
FederatedHttpMessage(FederatedHttpInputStream inputStream)
          Constructor returning an instance initialized with the results of reading and parsing a specified input stream.
FederatedHttpBodyPart(FederatedHttpInputStream inputStream, String boundary)
          Constructor returning an instance initialized from the result of reading the specified input stream.