public interface SocketConnection
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Establish a connection ready to be used.
|
void |
disconnect()
Disconnects the connection.
|
org.mule.runtime.api.connection.ConnectionValidationResult |
validate()
Validates socket's connection
|
void disconnect()
void connect()
throws org.mule.runtime.api.connection.ConnectionException
org.mule.runtime.api.connection.ConnectionException - if the connection couldn't be establishedorg.mule.runtime.api.connection.ConnectionValidationResult validate()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.