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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClosed
(Connection connection) void
onOpened
(Connection connection)
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
onOpened
- Specified by:
onOpened
in interfaceConnection.Listener
-
onClosed
- Specified by:
onClosed
in interfaceConnection.Listener
-