Package | Description |
---|---|
io.undertow.server.handlers |
Modifier and Type | Method and Description |
---|---|
void |
ChannelUpgradeHandler.addProtocol(String productString,
ChannelListener<? super StreamConnection> openListener,
HttpUpgradeHandshake handshake)
Add a protocol to this handler.
|
void |
ChannelUpgradeHandler.addProtocol(String productString,
HttpUpgradeListener openListener,
HttpUpgradeHandshake handshake)
Add a protocol to this handler.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.