public abstract class ClientConnection
extends java.lang.Object
Const
.VOID
return type in the method, then the
request is sent and the method terminates immediately afterwards. If a reply is required,
then the call will block all other activity on this thread until it has completed
or been timed out.Constructor and Description |
---|
ClientConnection()
Create a new instance of ClientConnection.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
execute(MethodInfo methodInfo)
Execute the http asynchronous client request.
|
public ClientConnection()
public abstract java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
methodInfo
- the method call description with all of the required information.java.lang.Exception
- any error.