| |
|
| java.lang.Object com.sun.midp.jsr082.bluetooth.BluetoothPush
BluetoothPush | public class BluetoothPush (Code) | | Bluetooth connect-anytime services support class.
|
getServiceRecord | public static ServiceRecordImpl getServiceRecord(BluetoothNotifier notifier, String url)(Code) | | Retrieves service record associated with a service maintained by
Bluetooth push subsytem.
Parameters: notifier - Bluetooth notifier to be used with the service record Parameters: url - URL used during push entry registration service record instance |
registerUrl | public static void registerUrl(String url) throws IOException(Code) | | Registers URL within Bluetooth push subsytem.
Parameters: url - URL to register throws: IOException - if an I/O error occurs |
verifyFilter | public static void verifyFilter(String filter)(Code) | | Checks if the specified AllowedSender field is valid.
Parameters: filter - filter to verify throws: IllegalArgumentException - if the filter is malformed |
verifyUrl | public static void verifyUrl(String url)(Code) | | Checks if the specified URL is valid.
Parameters: url - URL to verify throws: IllegalArgumentException - if the URL is malformed |
|
|
|