|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.URLStreamHandler
org.osgi.service.url.AbstractURLStreamHandlerService
@ConsumerType public abstract class AbstractURLStreamHandlerService
Abstract implementation of the URLStreamHandlerService interface. All
the methods simply invoke the corresponding methods on
java.net.URLStreamHandler except for parseURL and
setURL, which use the URLStreamHandlerSetter parameter.
Subclasses of this abstract class should not need to override the
setURL and parseURL(URLStreamHandlerSetter,...) methods.
| Field Summary | |
|---|---|
protected URLStreamHandlerSetter |
realHandler
The URLStreamHandlerSetter object passed to the parseURL method. |
| Constructor Summary | |
|---|---|
AbstractURLStreamHandlerService()
|
|
| Method Summary | |
|---|---|
boolean |
equals(URL u1,
URL u2)
This method calls super.equals(URL,URL). |
int |
getDefaultPort()
This method calls super.getDefaultPort. |
InetAddress |
getHostAddress(URL u)
This method calls super.getHostAddress. |
int |
hashCode(URL u)
This method calls super.hashCode(URL). |
boolean |
hostsEqual(URL u1,
URL u2)
This method calls super.hostsEqual. |
abstract URLConnection |
openConnection(URL u)
|
void |
parseURL(URLStreamHandlerSetter realHandler,
URL u,
String spec,
int start,
int limit)
Parse a URL using the URLStreamHandlerSetter object. |
boolean |
sameFile(URL u1,
URL u2)
This method calls super.sameFile. |
protected void |
setURL(URL u,
String proto,
String host,
int port,
String file,
String ref)
Deprecated. This method is only for compatibility with handlers written for JDK 1.1. |
protected void |
setURL(URL u,
String proto,
String host,
int port,
String auth,
String user,
String path,
String query,
String ref)
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String)
. |
String |
toExternalForm(URL u)
This method calls super.toExternalForm. |
| Methods inherited from class java.net.URLStreamHandler |
|---|
openConnection, parseURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected volatile URLStreamHandlerSetter realHandler
URLStreamHandlerSetter object passed to the parseURL method.
| Constructor Detail |
|---|
public AbstractURLStreamHandlerService()
| Method Detail |
|---|
public abstract URLConnection openConnection(URL u)
throws IOException
openConnection in interface URLStreamHandlerServiceopenConnection in class URLStreamHandlerIOException
public void parseURL(URLStreamHandlerSetter realHandler,
URL u,
String spec,
int start,
int limit)
URLStreamHandlerSetter object. This method
sets the realHandler field with the specified
URLStreamHandlerSetter object and then calls
parseURL(URL,String,int,int).
parseURL in interface URLStreamHandlerServicerealHandler - The object on which the setURL method must be
invoked for the specified URL.public String toExternalForm(URL u)
super.toExternalForm.
toExternalForm in interface URLStreamHandlerServicetoExternalForm in class URLStreamHandler
public boolean equals(URL u1,
URL u2)
super.equals(URL,URL).
equals in interface URLStreamHandlerServiceequals in class URLStreamHandlerpublic int getDefaultPort()
super.getDefaultPort.
getDefaultPort in interface URLStreamHandlerServicegetDefaultPort in class URLStreamHandlerpublic InetAddress getHostAddress(URL u)
super.getHostAddress.
getHostAddress in interface URLStreamHandlerServicegetHostAddress in class URLStreamHandlerpublic int hashCode(URL u)
super.hashCode(URL).
hashCode in interface URLStreamHandlerServicehashCode in class URLStreamHandler
public boolean hostsEqual(URL u1,
URL u2)
super.hostsEqual.
hostsEqual in interface URLStreamHandlerServicehostsEqual in class URLStreamHandler
public boolean sameFile(URL u1,
URL u2)
super.sameFile.
sameFile in interface URLStreamHandlerServicesameFile in class URLStreamHandler
protected void setURL(URL u,
String proto,
String host,
int port,
String file,
String ref)
realHandler.setURL(URL,String,String,int,String,String).
setURL in class URLStreamHandler
protected void setURL(URL u,
String proto,
String host,
int port,
String auth,
String user,
String path,
String query,
String ref)
realHandler.setURL(URL,String,String,int,String,String,String,String)
.
setURL in class URLStreamHandler
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||