public class ProxyProtocolOpenListener extends Object implements ChannelListener<StreamConnection>
ChannelListener.Setter<T extends Channel>, ChannelListener.SimpleSetter<T extends Channel>| Constructor and Description |
|---|
ProxyProtocolOpenListener(OpenListener openListener,
UndertowXnioSsl ssl,
ByteBufferPool bufferPool,
OptionMap sslOptionMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(StreamConnection streamConnection)
Handle the event on this channel.
|
public ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, OptionMap sslOptionMap)
public void handleEvent(StreamConnection streamConnection)
ChannelListenerhandleEvent in interface ChannelListener<StreamConnection>streamConnection - the channel eventCopyright © 2018 JBoss by Red Hat. All rights reserved.