UniPRT SDK  v1.0.0.0
Channel< T > 模板类 参考

Public 成员函数

 Channel (int capacity)
 
void Disconnect ()
 
boolean Offer (T msgToDeposit)
 
Poll (long timeout, TimeUnit unit) throws InterruptedException
 
Read () throws InterruptedException
 
int Size ()
 
Take () throws InterruptedException
 
boolean TryRead (T[] item)
 
boolean TryWrite (T message)
 
void Write (T message) throws InterruptedException