public abstract class StreamConnection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionMonitor |
monitor |
protected boolean |
shuttingDown |
protected String |
url |
protected String |
uuid |
protected org.xnio.XnioWorker |
worker |
| Constructor and Description |
|---|
StreamConnection(ClientConfiguration clientConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
closeChannel() |
protected static void |
closeChannel(Channel channel) |
void |
connect() |
protected void |
reconnect() |
protected void |
reconnect(long delay) |
protected abstract void |
tryConnect() |
protected final String url
protected final org.xnio.XnioWorker worker
protected final String uuid
protected final ConnectionMonitor monitor
protected boolean shuttingDown
public StreamConnection(ClientConfiguration clientConfiguration)
protected abstract void closeChannel()
public void connect()
protected static void closeChannel(Channel channel)
protected void reconnect()
protected void reconnect(long delay)
Copyright © 2017. All rights reserved.