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