Apache Tomcat 7.0.27

org.apache.coyote.http11.upgrade
Interface UpgradeInbound

All Known Implementing Classes:
MessageInbound, StreamInbound

public interface UpgradeInbound

Receives notification that there is data to be read on the upgraded connection and processes it.


Method Summary
 AbstractEndpoint.Handler.SocketState onData()
           
 void onUpgradeComplete()
           
 void setUpgradeOutbound(UpgradeOutbound upgradeOutbound)
           
 void setUpgradeProcessor(UpgradeProcessor<?> processor)
           
 

Method Detail

setUpgradeProcessor

void setUpgradeProcessor(UpgradeProcessor<?> processor)

onUpgradeComplete

void onUpgradeComplete()

onData

AbstractEndpoint.Handler.SocketState onData()
                                            throws java.io.IOException
Throws:
java.io.IOException

setUpgradeOutbound

void setUpgradeOutbound(UpgradeOutbound upgradeOutbound)

Apache Tomcat 7.0.27

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.