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