org.apache.soap.util.net
Class HTTPUtils.Response

java.lang.Object
  |
  +--org.apache.soap.util.net.HTTPUtils.Response
Enclosing class:
HTTPUtils

public static class HTTPUtils.Response
extends java.lang.Object

An instance of this class is returned by post.


Field Summary
 java.io.BufferedReader content
           
 int contentLength
           
 java.lang.String contentType
           
 java.util.Hashtable headers
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headers

public java.util.Hashtable headers

contentLength

public int contentLength

contentType

public java.lang.String contentType

content

public java.io.BufferedReader content


Copyright © 2001 Oracle SOAP. All Rights Reserved.