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