public class ClientConnectionAsync extends ClientConnection
nio classes, with a ByteBuffer and does not expect a reply from the messags sent.| Constructor and Description |
|---|
ClientConnectionAsync()
Create a new instance of ClientConnectionAsync.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(MethodInfo methodInfo)
Execute the http asynchronous client request using the default threading.
|
public ClientConnectionAsync()
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.