Uses of Interface
io.undertow.server.DelegateOpenListener
Packages that use DelegateOpenListener
-
Uses of DelegateOpenListener in io.undertow.server.protocol.http
Classes in io.undertow.server.protocol.http that implement DelegateOpenListenerMethods in io.undertow.server.protocol.http with parameters of type DelegateOpenListenerModifier and TypeMethodDescriptionAlpnOpenListener.addProtocol(String name, DelegateOpenListener listener, int weight) Constructors in io.undertow.server.protocol.http with parameters of type DelegateOpenListenerModifierConstructorDescriptionAlpnOpenListener(ByteBufferPool bufferPool, org.xnio.OptionMap undertowOptions, DelegateOpenListener httpListener) AlpnOpenListener(ByteBufferPool bufferPool, org.xnio.OptionMap undertowOptions, String fallbackProtocol, DelegateOpenListener fallbackListener) AlpnOpenListener(org.xnio.Pool<ByteBuffer> bufferPool, org.xnio.OptionMap undertowOptions, DelegateOpenListener httpListener) AlpnOpenListener(org.xnio.Pool<ByteBuffer> bufferPool, org.xnio.OptionMap undertowOptions, String fallbackProtocol, DelegateOpenListener fallbackListener) -
Uses of DelegateOpenListener in io.undertow.server.protocol.http2
Classes in io.undertow.server.protocol.http2 that implement DelegateOpenListener