public abstract class AbstractSocketConnection extends Object implements SocketConnection
SocketConnection| Modifier and Type | Field and Description |
|---|---|
protected SocketConnectionSettings |
connectionSettings |
protected org.slf4j.Logger |
LOGGER |
protected boolean |
wasDisconnected |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSocketConnection(SocketConnectionSettings connectionSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect()
Disconnects the connection.
|
protected abstract void |
doDisconnect()
Template method that does the concrete disconnection for the socket
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnect, validateprotected final org.slf4j.Logger LOGGER
protected final SocketConnectionSettings connectionSettings
protected boolean wasDisconnected
protected AbstractSocketConnection(SocketConnectionSettings connectionSettings)
public final void disconnect()
SocketConnectiondisconnect in interface SocketConnectionprotected abstract void doDisconnect()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.