UniPRT SDK  v1.0.0.0
Channel< T > 類別 樣版 參考文件

公開方法(Public Methods)

 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