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, waitclose, getLoad, getPort, send, sendBackPressureStatus, sendLoadMetricspublic abstract ConnectionWithStatus.Status status()
whether this connection is available to transfer data.
Copyright © 2022 The Apache Software Foundation. All rights reserved.