@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 java.io.IOException
java.io.IOExceptionvoid setUpgradeOutbound(UpgradeOutbound upgradeOutbound)
int getReadTimeout()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.