Package | Description |
---|---|
org.netbeans.html.json.spi |
Service Provider Interfaces for those who wish to integrate own
technology with the HTML for Java API.
|
Modifier and Type | Method and Description |
---|---|
void |
Transfer.loadJSON(JSONCall call)
Starts the JSON or JSONP query.
|
WebSocket |
WSTransfer.open(String url,
JSONCall callback)
Initializes a web socket.
|
void |
WSTransfer.send(WebSocket socket,
JSONCall data)
Sends data to the server.
|
Copyright © 2018 NetBeans. All rights reserved.