public class ServerJsonRpcHandler
extends <any>
Constructor and Description |
---|
ServerJsonRpcHandler() |
Modifier and Type | Method and Description |
---|---|
IceCandidateInfo |
getCandidateInfo()
Blocks until an element is available and then returns it by removing it from the queue.
|
void |
handleRequest(Transaction transaction,
<any> request) |
public void handleRequest(Transaction transaction, <any> request) throws java.lang.Exception
java.lang.Exception
public IceCandidateInfo getCandidateInfo()
IceCandidateInfo
from the queue, null when interruptedBlockingQueue.take()