private class HTTP2ClientConnectionFactory.ConnectionListener extends java.lang.Object implements Connection.Listener
Connection.Listener.Adapter
Modifier | Constructor and Description |
---|---|
private |
ConnectionListener() |
Modifier and Type | Method and Description |
---|---|
void |
onClosed(Connection connection) |
void |
onOpened(Connection connection) |
public void onOpened(Connection connection)
onOpened
in interface Connection.Listener
public void onClosed(Connection connection)
onClosed
in interface Connection.Listener