public class ServletUpgradeListener<T extends javax.servlet.http.HttpUpgradeHandler> extends Object implements io.undertow.server.HttpUpgradeListener
Constructor and Description |
---|
ServletUpgradeListener(InstanceHandle<T> instance,
ThreadSetupAction threadSetupAction,
io.undertow.server.HttpServerExchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
handleUpgrade(org.xnio.StreamConnection channel,
io.undertow.server.HttpServerExchange exchange) |
public ServletUpgradeListener(InstanceHandle<T> instance, ThreadSetupAction threadSetupAction, io.undertow.server.HttpServerExchange exchange)
Copyright © 2015. All rights reserved.