Class ConnectionAutomatonImpl<CON>

java.lang.Object
org.refcodes.component.ConnectionAutomatonImpl<CON>
Type Parameters:
CON - The type of the connection to be used.
All Implemented Interfaces:
Closable, Closable.CloseAutomaton, ClosedAccessor, ConnectionComponent<CON>, ConnectionComponent.ConnectionAutomaton<CON>, ConnectionOpenable<CON>, ConnectionOpenable.ConnectionOpenAutomaton<CON>, ConnectionStatusAccessor, OpenedAccessor

public class ConnectionAutomatonImpl<CON> extends Object implements ConnectionComponent.ConnectionAutomaton<CON>