@ThreadSafe
@Service(value=org.osgi.service.url.URLStreamHandlerService.class)
@Properties(value=@Property(name="url.handler.protocol",value="profile"))
public final class ProfileUrlHandler
extends org.osgi.service.url.AbstractURLStreamHandlerService
implements io.fabric8.api.scr.Validatable
| Constructor and Description |
|---|
ProfileUrlHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertValid() |
boolean |
isValid() |
URLConnection |
openConnection(URL url) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalFormopenConnection, parseURLpublic boolean isValid()
isValid in interface io.fabric8.api.scr.Validatablepublic void assertValid()
assertValid in interface io.fabric8.api.scr.Validatablepublic URLConnection openConnection(URL url) throws IOException
openConnection in interface org.osgi.service.url.URLStreamHandlerServiceopenConnection in class org.osgi.service.url.AbstractURLStreamHandlerServiceIOExceptionCopyright © 2011–2014 Red Hat. All rights reserved.