| Package | Description |
|---|---|
| io.undertow.server.protocol.http | |
| io.undertow.server.protocol.http2 |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpOpenListener
Open listener for HTTP server.
|
| Modifier and Type | Method and Description |
|---|---|
AlpnOpenListener |
AlpnOpenListener.addProtocol(String name,
DelegateOpenListener listener,
int weight) |
| Constructor and Description |
|---|
AlpnOpenListener(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) |
| Modifier and Type | Class and Description |
|---|---|
class |
Http2OpenListener
Open listener for HTTP2 server
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.