Class ProxyProtocolOpenListener
- java.lang.Object
-
- io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
-
- All Implemented Interfaces:
java.util.EventListener
,org.xnio.ChannelListener<org.xnio.StreamConnection>
public class ProxyProtocolOpenListener extends java.lang.Object implements org.xnio.ChannelListener<org.xnio.StreamConnection>
Open listener for proxied connections- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.xnio.StreamConnection streamConnection)
-
-
-
Constructor Detail
-
ProxyProtocolOpenListener
public ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap)
-
-