| Package | Description |
|---|---|
| org.ocap.hn |
Provides representation of the main components of HN, such as servers, actions, action responses, and change listeners.
|
| org.ocap.hn.security |
Provides access to home network security capabilities.
|
| org.ocap.hn.service |
A service which is hosted or provided by another device on the home network.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkInterface[] |
NetworkInterface.getNetworkInterfaces()
Gets an array of
NetworkInterface instances that represent
all of the network interfaces supported by the device. |
| Modifier and Type | Method and Description |
|---|---|
void |
NetSecurityManager.disableMocaPrivacy(NetworkInterface networkInterface)
Disables MoCA privacy.
|
void |
NetSecurityManager.enableMocaPrivacy(NetworkInterface networkInterface)
Enables MoCa privacy.
|
String |
NetSecurityManager.getNetworkPassword(NetworkInterface networkInterface)
Gets a network interface password.
|
boolean |
NetAuthorizationHandler2.notifyAction(String actionName,
InetAddress inetAddress,
int activityID,
String[] request,
NetworkInterface networkInterface)
Notifies the authorization handler that an action it
registered interest in has been received.
|
boolean |
NetAuthorizationHandler2.notifyActivityStart(InetAddress inetAddress,
URL url,
int activityID,
ContentEntry entry,
String[] request,
NetworkInterface networkInterface)
Notifies the registered authorization handler that an
activity to access cable services has been started.
|
void |
NetSecurityManager.setNetworkPassword(NetworkInterface networkInterface,
String password)
Sets a network interface password.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
HttpRequestResolutionHandler.resolveHttpRequest(InetAddress inetAddress,
URL url,
String[] request,
NetworkInterface networkInterface)
Resolves the incoming HTTP request to a URL
that identifies a content binary
|
Copyright © 2012 CableLabs. All Rights Reserved.