public static class Nio2Endpoint.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 |
|---|
Nio2Endpoint.SendfileData() |
public java.lang.String fileName
public java.nio.channels.FileChannel fchannel
public long pos
public long length
public SendfileKeepAliveState keepAliveState
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.