public abstract class ConnectionWithStatus extends Object implements IConnection
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionWithStatus.Status |
Constructor and Description |
---|
ConnectionWithStatus() |
Modifier and Type | Method and Description |
---|---|
abstract ConnectionWithStatus.Status |
status()
whether this connection is available to transfer data
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getLoad, registerRecv, send, send, sendLoadMetrics
public abstract ConnectionWithStatus.Status status()
whether this connection is available to transfer data
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.