Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01

A B C D E F G H I L M N O P Q R S T U V W


P

ParseException - exception HTTPClient.ParseException.
Signals that something went wrong while parsing data.
ParseException() - Constructor for class HTTPClient.ParseException
Constructs an ParseException with no detail message.
ParseException(String) - Constructor for class HTTPClient.ParseException
Constructs an ParseException class with the specified detail message.
Post(String) - Method in class HTTPClient.HTTPConnection
POSTs to the specified file.
Post(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs form-data to the specified file.
Post(String, NVPair[], NVPair[]) - Method in class HTTPClient.HTTPConnection
POST's form-data to the specified file using the specified headers.
Post(String, String) - Method in class HTTPClient.HTTPConnection
POSTs the data to the specified file.
Post(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs the data to the specified file using the specified headers.
Post(String, byte[]) - Method in class HTTPClient.HTTPConnection
POSTs the raw data to the specified file.
Post(String, byte[], NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs the raw data to the specified file using the specified headers.
Post(String, HttpOutputStream) - Method in class HTTPClient.HTTPConnection
POSTs the data written to the output stream to the specified file.
Post(String, HttpOutputStream, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs the data written to the output stream to the specified file using the specified headers.
Post(String, byte[], HttpOutputStream, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs raw data to the specified file through a uninitialized HttpOutputStream using the specified headers.
ProtocolNotSuppException - exception HTTPClient.ProtocolNotSuppException.
Signals that the protocol is not supported.
ProtocolNotSuppException() - Constructor for class HTTPClient.ProtocolNotSuppException
Constructs an ProtocolNotSuppException with no detail message.
ProtocolNotSuppException(String) - Constructor for class HTTPClient.ProtocolNotSuppException
Constructs an ProtocolNotSuppException class with the specified detail message.
Put(String, String) - Method in class HTTPClient.HTTPConnection
PUTs the data into the specified file.
Put(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
PUTs the data into the specified file using the additional headers for the request.
Put(String, byte[]) - Method in class HTTPClient.HTTPConnection
PUTs the raw data into the specified file.
Put(String, byte[], NVPair[]) - Method in class HTTPClient.HTTPConnection
PUTs the raw data into the specified file using the additional headers.
Put(String, HttpOutputStream) - Method in class HTTPClient.HTTPConnection
PUTs the data written to the output stream into the specified file.
Put(String, HttpOutputStream, NVPair[]) - Method in class HTTPClient.HTTPConnection
PUTs the data written to the output stream into the specified file using the additional headers.
parse(String, String, String) - Static method in class HTTPClient.Cookie
Parses the Set-Cookie header into an array of Cookies.
parse(String, String, String, int) - Static method in class HTTPClient.Cookie2
Parses the Set-Cookie2 header into an array of Cookies.
parseHeader(String) - Static method in class HTTPClient.Util
This parses the value part of a header.
parseHeader(String, boolean) - Static method in class HTTPClient.Util
This parses the value part of a header.
parseType2Message(String) - Static method in class HTTPClient.ntlm.NtlmCore
Parses an NTLM Type 2 Message, containing the server challenge and the server support flags.
path - Variable in class HTTPClient.Cookie
 
path - Variable in class HTTPClient.URI
 
path_set - Variable in class HTTPClient.Cookie2
 
pcharChar - Static variable in class HTTPClient.URI
 
port - Variable in class HTTPClient.URI
 
port_list_str - Variable in class HTTPClient.Cookie2
 
port_set - Variable in class HTTPClient.Cookie2
 

Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01

A B C D E F G H I L M N O P Q R S T U V W


Copyright © 2004, 2006, Oracle. All rights reserved.