@Deprecated public interface UpgradeInbound
| Modifier and Type | Method and Description | 
|---|---|
| int | getReadTimeout()Deprecated.  Allow the upgraded protocol to define the read timeout to be used with
 the upgraded connection. | 
| AbstractEndpoint.Handler.SocketState | onData()Deprecated.  | 
| void | onUpgradeComplete()Deprecated.  | 
| void | setUpgradeOutbound(UpgradeOutbound upgradeOutbound)Deprecated.  | 
| void | setUpgradeProcessor(UpgradeProcessor<?> processor)Deprecated.  | 
void setUpgradeProcessor(UpgradeProcessor<?> processor)
void onUpgradeComplete()
AbstractEndpoint.Handler.SocketState onData() throws IOException
IOExceptionvoid setUpgradeOutbound(UpgradeOutbound upgradeOutbound)
int getReadTimeout()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.