Package org.eclipse.jetty.io
Class Connection.Listener.Adapter
java.lang.Object
org.eclipse.jetty.io.Connection.Listener.Adapter
- All Implemented Interfaces:
Connection.Listener
- Enclosing interface:
Connection.Listener
@Deprecated(since="2021-05-27")
public static class Connection.Listener.Adapter
extends Object
implements Connection.Listener
Deprecated.
-
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) Deprecated.voidonOpened(Connection connection) Deprecated.
-
Constructor Details
-
Adapter
public Adapter()Deprecated.
-
-
Method Details
-
onOpened
Deprecated.- Specified by:
onOpenedin interfaceConnection.Listener
-
onClosed
Deprecated.- Specified by:
onClosedin interfaceConnection.Listener
-