public class ClientConnectionBlock extends ClientConnection
| Constructor and Description |
|---|
ClientConnectionBlock()
Create a new instance of ClientConnectionBlock.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(MethodInfo methodInfo)
Execute the http blocking client request in a new thread.
|
public ClientConnectionBlock()
public java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
execute in class ClientConnectionmethodInfo - the method call description with all of the required information.java.lang.Exception - any error.