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