|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Role public interface ExtendedURLStreamHandler
Adds the ability for a URLStreamHandler implementation to return the protocol
it's managing.
Note that unfortunately we cannot extend URLStreamHandler since it's an abstract
class and not an interface. Thus components implementing this interface need also to extend
URLStreamHandler and user code need to cast looked up instance as
URLStreamHandler instances to use them as proper stream handlers.
| Method Summary | |
|---|---|
String |
getProtocol()
|
| Method Detail |
|---|
String getProtocol()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||