| 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 |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<?,?> |
SocketOperations.send(RequesterConnection connection,
RequesterConfig config,
Object content,
String outputEncoding,
boolean hasResponse,
org.mule.runtime.api.message.Message muleMessage)
Sends the data using the client associated to the
RequesterConnection. |
| 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–2016 MuleSoft, Inc.. All rights reserved.