com.aelitis.azureus.core.networkmanager.impl.http
Class HTTPNetworkConnectionFile

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnection
      extended by com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnectionFile

public class HTTPNetworkConnectionFile
extends HTTPNetworkConnection


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnection
HTTPNetworkConnection.flushListener, HTTPNetworkConnection.httpRequest, HTTPNetworkConnection.networkConnectionKey, HTTPNetworkConnection.requestListener
 
Field Summary
 
Fields inherited from class com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnection
LOGID, NL
 
Constructor Summary
protected HTTPNetworkConnectionFile(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer)
           
 
Method Summary
protected  void decodeHeader(HTTPMessageDecoder decoder, String header)
           
 
Methods inherited from class com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnection
addBTRequest, addRequest, checkConnections, close, destroy, encodeBitField, encodeChoke, encodeHandShake, encodeHeader, encodePiece, encodeUnchoke, flushRequests, flushRequestsSupport, getConnection, getEmptyRawMessage, getManager, getPeer, getPeerControl, getRequestCount, getTimeSinceLastActivity, isClosing, isSeed, log, readWakeup, sendAndClose, setContentType, submitBTRequests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPNetworkConnectionFile

protected HTTPNetworkConnectionFile(HTTPNetworkManager _manager,
                                    NetworkConnection _connection,
                                    PEPeerTransport _peer)
Method Detail

decodeHeader

protected void decodeHeader(HTTPMessageDecoder decoder,
                            String header)
                     throws IOException
Specified by:
decodeHeader in class HTTPNetworkConnection
Throws:
IOException