|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.connection.Connection
org.eclipse.soda.dk.connection.StreamConnection
org.eclipse.soda.dk.url.connection.UrlConnection
public class UrlConnection
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
protected static char[] |
TOSTRING_NAME
Define the tostring name (char[]) constant. |
| Fields inherited from interface org.eclipse.soda.dk.url.connection.service.UrlConnectionService |
|---|
CONNECTION_TYPE, DEFAULT_URL, FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME, URL, URL_DEFAULT, URL_KEY, UrlConnection |
| Constructor Summary | |
|---|---|
UrlConnection(ConfigurationService configuration)
Constructs an instance of this class from the specified configuration parameter. |
|
UrlConnection(java.util.Dictionary properties)
|
|
UrlConnection(java.lang.String name)
Constructs an UrlConnection object using the input parameter(s). |
|
| Method Summary | |
|---|---|
void |
close()
Close the URL connection. |
void |
open()
Open the URL connection. |
java.lang.String |
toString()
Returns the string value. |
| Methods inherited from class org.eclipse.soda.dk.connection.StreamConnection |
|---|
flush, getInputStream, getOutputStream, read, read, setInputStream, setOutputStream, write, write |
| Methods inherited from class org.eclipse.soda.dk.connection.Connection |
|---|
attemptRecoveryFromError, exit, finalize, getConfigurationService, getDefaultResource, getErrorSeverity, getLogDetails4, getLogDetails5, getLogLevel, getReadByteCount, getResource, getWriteByteCount, isOpen, setConfigurationInformation, setConfigurationService, setLogLevel, setOpen, setReadByteCount, setWriteByteCount, toStringInfo, updateReadByteCount, updateWriteByteCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
protected static final char[] TOSTRING_NAME
| Constructor Detail |
|---|
public UrlConnection(ConfigurationService configuration)
ConfigurationService) parameter.
configuration - The configuration (ConfigurationService) parameter.UrlConnection(String),
UrlConnection(Dictionary)public UrlConnection(java.util.Dictionary properties)
properties - The properties (Dictionary) parameter.UrlConnection(String),
UrlConnection(ConfigurationService)public UrlConnection(java.lang.String name)
UrlConnection object using the input parameter(s). java.lang.String
name - The name (String) parameter.UrlConnection(Dictionary),
UrlConnection(ConfigurationService)| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface ConnectionServiceclose in class StreamConnectionjava.io.IOException - IOException.ConnectionService.close()
public void open()
throws java.io.IOException
open in interface ConnectionServiceopen in class Connectionjava.io.IOException - IOException.ConnectionService.open()public java.lang.String toString()
toString in class EscObjectString) value.EscObject.getStaticString(String,String),
EscObject.getString(String,String)
|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||