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
public static class Connection.Listener.Adapter extends java.lang.Object implements Connection.Listener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection.Listener
Connection.Listener.Adapter
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClosed(Connection connection)
void
onOpened(Connection connection)
-
-
-
Method Detail
-
onOpened
public void onOpened(Connection connection)
- Specified by:
onOpened
in interfaceConnection.Listener
-
onClosed
public void onClosed(Connection connection)
- Specified by:
onClosed
in interfaceConnection.Listener
-
-