| Modifier and Type | Method and Description |
|---|---|
List<API.TransId> |
API.mcast_async(String name,
byte[] request)
Asynchronous point-multicast communication to services
subscribed that matches the destination service
name. |
List<API.TransId> |
API.mcast_async(String name,
byte[] request_info,
byte[] request,
Integer timeout,
Byte priority)
Asynchronous point-multicast communication to services
subscribed that matches the destination service
name. |
Object |
API.poll() |
API.Response |
API.recv_async()
Asynchronously receive a response.
|
API.Response |
API.recv_async(boolean consume)
Asynchronously receive a response.
|
API.Response |
API.recv_async(byte[] transId)
Asynchronously receive a response.
|
API.Response |
API.recv_async(byte[] transId,
boolean consume)
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout)
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout,
boolean consume)
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout,
byte[] transId)
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout,
byte[] transId,
boolean consume)
Asynchronously receive a response.
|
API.TransId |
API.send_async(String name,
byte[] request)
Asynchronous point-to-point communication to a service
subscribed that matches the destination service
name. |
API.TransId |
API.send_async(String name,
byte[] request_info,
byte[] request,
Integer timeout,
Byte priority)
Asynchronous point-to-point communication to a service
subscribed that matches the destination service
name. |
API.Response |
API.send_sync(String name,
byte[] request)
Synchronous point-to-point communication to a service
subscribed that matches the destination service
name. |
API.Response |
API.send_sync(String name,
byte[] request_info,
byte[] request,
Integer timeout,
Byte priority)
Synchronous point-to-point communication to a service
subscribed that matches the destination service
name. |
| Constructor and Description |
|---|
API(int thread_index) |
Copyright © 2014. All Rights Reserved.