Skip navigation links
C D G I S T 

C

com.sun.ts.lib.porting - package com.sun.ts.lib.porting
 

D

disconnect() - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Disconnect connection
disconnect() - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Disconnects connection

G

getHeaderField(String) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns the value of the named header field.
getHeaderField(int) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns the value for the nth header field.
getInputStream() - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns an input stream that reads from the open connection
getInputStream() - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns an input stream that reads from the open connection
getOutputStream() - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns an Output stream that writes to the open connection
getOutputStream() - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns an Output stream that writes to the open connection
getRequest(String) - Method in class com.sun.ts.lib.porting.TSURL
This method is called by TS tests to get the request string to use to access a given web component.
getRequest(String) - Method in interface com.sun.ts.lib.porting.TSURLInterface
This method is called by TS tests to get the request to use to access a given web component.
getURL(String, String, int, String) - Method in class com.sun.ts.lib.porting.TSURL
This method is called by TS tests to get the URL to use to access a given web component.
getURL(String, String, int, String) - Method in interface com.sun.ts.lib.porting.TSURLInterface
This method is called by TS tests to get the URL to use to access a given web component.
getURLString(String, String, int, String) - Method in class com.sun.ts.lib.porting.TSURL
This method is called by TS tests to get the URL to use to access a given web component.
getURLString(String, String, int, String) - Method in interface com.sun.ts.lib.porting.TSURLInterface
This method is called by TS tests to get the URL to use to access a given web component.

I

init(URL) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Initializes HttpsURLConnection
init(URL) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Initializes HttpsURLConnection

S

setDoInput(boolean) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the value of the doInput field for this Connection
setDoInput(boolean) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the value of the doInput field for this URLConnection to the specified value.
setDoOutput(boolean) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the value of the doOutput field for this Connection
setDoOutput(boolean) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the value of the doOutput field for this URLConnection to the specified value.
setRequestProperty(String, String) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the general request property.
setRequestProperty(String, String) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the general request property.
setUseCaches(boolean) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the value of the useCaches field for this Connection If the UseCaches flag on the connection is true, the connection is allowed to use whatever caches it can.
setUseCaches(boolean) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the value of the useCaches field of this URLConnection to the specified value.

T

TSHttpsURLConnection - Class in com.sun.ts.lib.porting
TSHttpsURLConnection provides the HTTPS specific featurs
TSHttpsURLConnection() - Constructor for class com.sun.ts.lib.porting.TSHttpsURLConnection
Instantiates the class defined in porting.ts.HttpsURLConnection.class.1
TSHttpsURLConnection(String) - Constructor for class com.sun.ts.lib.porting.TSHttpsURLConnection
Instantiates the class defined by sClass
TSHttpsURLConnectionInterface - Interface in com.sun.ts.lib.porting
This is the TSHttpsURLConnectionInterface.
TSURL - Class in com.sun.ts.lib.porting
This is a Java EE Reference specific implementation of the TSURLInterface which is to be used for Java EE TCK testing.
TSURL() - Constructor for class com.sun.ts.lib.porting.TSURL
 
TSURL(String) - Constructor for class com.sun.ts.lib.porting.TSURL
 
TSURLInterface - Interface in com.sun.ts.lib.porting
An implementation of the TSURLInterface is to be used for Java EE TCK testing.
C D G I S T 
Skip navigation links