|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UriHandler
This interface is meant to be implemented by all bundles that wish to handle URIs passed as invocation arguments.
| Field Summary | |
|---|---|
static String |
PROTOCOL_PROPERTY
The name of the property that we use in the service registration properties to store a protocol name when registering UriHandlers |
| Method Summary | |
|---|---|
String |
getProtocol()
Returns the protocol that this handler is responsible for. |
void |
handleUri(String uri)
Handles/opens the URI. |
| Field Detail |
|---|
static final String PROTOCOL_PROPERTY
| Method Detail |
|---|
String getProtocol()
void handleUri(String uri)
uri - the URI that the handler has to open.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||