Package org.apache.storm.messaging
Class ConnectionWithStatus
java.lang.Object
org.apache.storm.messaging.ConnectionWithStatus
- All Implemented Interfaces:
- AutoCloseable,- IConnection
- Direct Known Subclasses:
- Client
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ConnectionWithStatus.Statusstatus()whether this connection is available to transfer data.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.messaging.IConnectionclose, getLoad, getPort, send, sendBackPressureStatus, sendLoadMetrics
- 
Constructor Details- 
ConnectionWithStatuspublic ConnectionWithStatus()
 
- 
- 
Method Details- 
statuswhether this connection is available to transfer data.
 
-