Uses of Class
wt.util.PostEntry

Packages that use PostEntry
wt.clients.util.http   
 

Uses of PostEntry in wt.clients.util.http
 

Methods in wt.clients.util.http that return PostEntry
private  PostEntry MultiPartPost.newPostEntry(int type, String name, String value)
           
 

Methods in wt.clients.util.http with parameters of type PostEntry
private  void MultiPartPost.printData(PostEntry postEntry)
           
private  void MultiPartPost.printFileHeader(PostEntry postEntry)
           
private  void MultiPartPost.streamFile(PostEntry postEntry)
          Stream the individual file.