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