private final class OpenJDK8ServerALPNProcessor.ALPNListener extends java.lang.Object implements org.eclipse.jetty.alpn.ALPN.ServerProvider, Connection.Listener
Connection.Listener.Adapter
Modifier and Type | Field and Description |
---|---|
private ALPNServerConnection |
alpnConnection |
Modifier | Constructor and Description |
---|---|
private |
ALPNListener(ALPNServerConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
onClosed(Connection connection) |
void |
onOpened(Connection connection) |
java.lang.String |
select(java.util.List<java.lang.String> protocols) |
void |
unsupported() |
private final ALPNServerConnection alpnConnection
private ALPNListener(ALPNServerConnection connection)
public void onOpened(Connection connection)
onOpened
in interface Connection.Listener
public void onClosed(Connection connection)
onClosed
in interface Connection.Listener
public void unsupported()
unsupported
in interface org.eclipse.jetty.alpn.ALPN.ServerProvider
public java.lang.String select(java.util.List<java.lang.String> protocols) throws javax.net.ssl.SSLException
select
in interface org.eclipse.jetty.alpn.ALPN.ServerProvider
javax.net.ssl.SSLException