public static class NioEndpoint.SendfileData extends Object
Modifier and Type | Field and Description |
---|---|
FileChannel |
fchannel |
String |
fileName |
boolean |
keepAlive |
long |
length |
long |
pos |
Constructor and Description |
---|
SendfileData() |
public volatile String fileName
public volatile FileChannel fchannel
public volatile long pos
public volatile long length
public volatile boolean keepAlive
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.