Class ProxyProtocolOpenListener
java.lang.Object
io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
- All Implemented Interfaces:
EventListener
,org.xnio.ChannelListener<org.xnio.StreamConnection>
public class ProxyProtocolOpenListener
extends Object
implements org.xnio.ChannelListener<org.xnio.StreamConnection>
Open listener for proxied connections
- Author:
- Stuart Douglas
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionProxyProtocolOpenListener
(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap) -
Method Summary
-
Constructor Details
-
ProxyProtocolOpenListener
public ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap)
-
-
Method Details
-
handleEvent
public void handleEvent(org.xnio.StreamConnection streamConnection) - Specified by:
handleEvent
in interfaceorg.xnio.ChannelListener<org.xnio.StreamConnection>
-