IBM.Watson.DeveloperCloud.Connection Namespace |
Class | Description | |
---|---|---|
![]() | RESTConnector |
REST connector class.
|
![]() | RESTConnectorError |
Class to encapsulate an error returned from a server request.
|
![]() | RESTConnectorForm |
Multi-part form data class.
|
![]() | RESTConnectorRequest |
This class is created to make a request to send to the server.
|
![]() | RESTConnectorResponse |
The class is returned by a Request object containing the response to a request made
by the client.
|
![]() | WSConnector |
WebSocket connector class.
|
![]() | WSConnectorBinaryMessage |
BinaryMessage for sending raw binary data.
|
![]() | WSConnectorMessage |
The base abstract class for a Message that can be sent/received by this class.
|
![]() | WSConnectorTextMessage |
TextMessage is used for sending text messages (e.g. JSON, XML)
|
Delegate | Description | |
---|---|---|
![]() | RESTConnectorProgressEvent |
This delegate is invoked to provide download progress.
|
![]() | RESTConnectorResponseEvent |
This delegate type is declared for a Response handler function.
|
![]() | WSConnectorConnectorEvent |
Callback for a connector event.
|
![]() | WSConnectorMessageEvent |
Callback for a message received on the connector.
|
Enumeration | Description | |
---|---|---|
![]() | WSConnectorConnectionState |
ConnectionState enumeration describes the current state of this connector.
|