Package org.eclipse.jetty.http2.client
Class HTTP2ClientConnectionFactory.ConnectionListener
- java.lang.Object
-
- org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory.ConnectionListener
-
- All Implemented Interfaces:
org.eclipse.jetty.io.Connection.Listener
- Enclosing class:
- HTTP2ClientConnectionFactory
private static class HTTP2ClientConnectionFactory.ConnectionListener extends java.lang.Object implements org.eclipse.jetty.io.Connection.Listener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ConnectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClosed(org.eclipse.jetty.io.Connection connection)
void
onOpened(org.eclipse.jetty.io.Connection connection)
-
-
-
Method Detail
-
onOpened
public void onOpened(org.eclipse.jetty.io.Connection connection)
- Specified by:
onOpened
in interfaceorg.eclipse.jetty.io.Connection.Listener
-
onClosed
public void onClosed(org.eclipse.jetty.io.Connection connection)
- Specified by:
onClosed
in interfaceorg.eclipse.jetty.io.Connection.Listener
-
-