@Alias(value="request-connection") public interface RequesterConnection extends SocketConnection
SocketClient which is aware of the underlying connection and can
SocketClient#write(Object) and SocketClient.read() to and from the host to which it is connected.
The SocketClient enables the SocketOperations#send(RequesterConnection, Object, String, String, Message)
operation.| Modifier and Type | Method and Description |
|---|---|
SocketClient |
getClient()
Returns a new instance of
SocketClient particular to this connection. |
connect, disconnect, validateSocketClient getClient()
SocketClient particular to this connection.SocketClient that can SocketClient.read() and SocketClient#write(Object) through the
socket.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.