Uses of Class
org.apache.commons.httpclient.Wire

Packages that use Wire
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of Wire in org.apache.commons.httpclient
 

Fields in org.apache.commons.httpclient declared as Wire
static Wire Wire.HEADER_WIRE
           
static Wire Wire.CONTENT_WIRE
           
 

Constructors in org.apache.commons.httpclient with parameters of type Wire
WireLogOutputStream(OutputStream out, Wire wire)
          Create an instance that wraps the specified output stream.
WireLogInputStream(InputStream in, Wire wire)
          Create an instance that wraps the specified input stream.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.