Apache Tomcat 7.0.37

org.apache.tomcat.util.net
Class NioEndpoint.SendfileData

java.lang.Object
  extended by org.apache.tomcat.util.net.NioEndpoint.SendfileData
Enclosing class:
NioEndpoint

public static class NioEndpoint.SendfileData
extends Object

SendfileData class.


Field Summary
 FileChannel fchannel
           
 String fileName
           
 boolean keepAlive
           
 long length
           
 long pos
           
 
Constructor Summary
NioEndpoint.SendfileData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

public String fileName

fchannel

public FileChannel fchannel

pos

public long pos

length

public long length

keepAlive

public boolean keepAlive
Constructor Detail

NioEndpoint.SendfileData

public NioEndpoint.SendfileData()

Apache Tomcat 7.0.37

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