Package org.eclipse.jetty.io
Class Connection.Listener.Adapter
java.lang.Object
org.eclipse.jetty.io.Connection.Listener.Adapter
- All Implemented Interfaces:
EventListener,Connection.Listener
- Enclosing interface:
- Connection.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection.Listener
Connection.Listener.Adapter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonClosed(Connection connection) voidonOpened(Connection connection)
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
onOpened
- Specified by:
onOpenedin interfaceConnection.Listener
-
onClosed
- Specified by:
onClosedin interfaceConnection.Listener
-