| Package | Description |
|---|---|
| org.mule.extension.socket.api | |
| org.mule.extension.socket.api.connection.tcp | |
| org.mule.extension.socket.api.connection.udp |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketOperations.send(RequesterConnection connection,
RequesterConfig config,
Object content,
String outputEncoding)
Sends the data using the client associated to the
RequesterConnection. |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,SocketAttributes> |
SocketOperations.sendAndReceive(RequesterConnection connection,
RequesterConfig config,
Object content,
String outputEncoding)
Sends the data using the client associated to the
RequesterConnection and
then blocks until a response is received or the timeout is met, in which case the
operation will return a null payload. |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpRequesterConnection
Implementation of
RequesterConnection for establishing TCP connections. |
| Modifier and Type | Class and Description |
|---|---|
class |
UdpRequesterConnection
Implementation of
RequesterConnection for UDP connections. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.