Package io.undertow.server
Interface DelegateOpenListener
-
- All Superinterfaces:
org.xnio.ChannelListener<org.xnio.StreamConnection>,java.util.EventListener,OpenListener
- All Known Implementing Classes:
Http2OpenListener,HttpOpenListener
public interface DelegateOpenListener extends OpenListener
An open listener that handles being delegated to, e.g. by NPN or ALPN- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(org.xnio.StreamConnection channel, PooledByteBuffer additionalData)-
Methods inherited from interface io.undertow.server.OpenListener
closeConnections, getBufferPool, getConnectorStatistics, getRootHandler, getUndertowOptions, setRootHandler, setUndertowOptions
-
-
-
-
Method Detail
-
handleEvent
void handleEvent(org.xnio.StreamConnection channel, PooledByteBuffer additionalData)- Parameters:
channel- The channeladditionalData- Any additional data that was read from the stream as part of the handshake process
-
-