@Internal public interface ProtocolLayer
Modifier and Type | Method and Description |
---|---|
void |
upgrade(ProtocolUpgradeHandler handler,
EndpointParameters parameters)
Switches to the given application protocol.
|
void |
upgrade(String id,
EndpointParameters parameters)
Switches to the application protocol with the given protocol id.
|
void upgrade(ProtocolUpgradeHandler handler, EndpointParameters parameters) throws UnsupportedOperationException
UnsupportedOperationException
void upgrade(String id, EndpointParameters parameters) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.