Package | Description |
---|---|
org.apache.coyote.http11 | |
org.apache.tomcat.util.net |
Modifier and Type | Field and Description |
---|---|
protected NioEndpoint.SendfileData |
Http11NioProcessor.sendfileData
Sendfile data.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentLinkedQueue<NioEndpoint.SendfileData> |
NioEndpoint.Sendfile.fileDatas |
protected ConcurrentLinkedQueue<NioEndpoint.SendfileData> |
NioEndpoint.Sendfile.recycledFileDatas |
Modifier and Type | Method and Description |
---|---|
NioEndpoint.SendfileData |
NioEndpoint.getSendfileData() |
NioEndpoint.SendfileData |
NioEndpoint.Sendfile.getSendfileData()
Poll the head of the recycled object list if it is not empty, else
create a new one.
|
protected NioEndpoint.SendfileData |
NioEndpoint.Sendfile.poll()
Retrieves and removes the head of this queue, or returns
null if this queue is empty.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NioEndpoint.Sendfile.add(NioEndpoint.SendfileData data)
Add the sendfile data to the sendfile poller.
|
boolean |
NioEndpoint.addSendfileData(NioEndpoint.SendfileData data)
Add a send file data to the queue of static files
|
void |
NioEndpoint.Sendfile.recycleSendfileData(NioEndpoint.SendfileData data) |
protected void |
NioEndpoint.Sendfile.remove(NioEndpoint.SendfileData data)
Remove socket from the poller.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.