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 |
Modifier and Type | Method and Description |
---|---|
NioEndpoint.SendfileData |
NioEndpoint.getSendfileData() |
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
|
protected void |
NioEndpoint.Sendfile.remove(NioEndpoint.SendfileData data)
Remove socket from the poller.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.