Interface ConnectableComponent
- All Superinterfaces:
Closable
- All Known Subinterfaces:
ConnectableComponent.ConnectableAutomaton
- All Known Implementing Classes:
AbstractConnectableAutomaton, AbstractDeviceAutomaton
Any
Component which operates established connections may implement
the ConnectableComponent interface providing a minimal set of
functionality to work with connections; to test whether a connection is open
and to close an open connection.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTheConnectableComponent.ConnectableAutomatonextends theConnectableComponentwith automaton functionality to get detailed status information regarding connections.Nested classes/interfaces inherited from interface Closable
Closable.CloseAutomaton, Closable.CloseBuilder<B> -
Method Summary
Methods inherited from interface Closable
close, closeIn, closeQuietly, closeUnchecked