Package | Description |
---|---|
org.apache.tomcat.util.net |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<Long,NioEndpoint.ChannelInfo> |
NioEndpoint.EventPoller.channelList |
protected ConcurrentLinkedQueue<NioEndpoint.ChannelInfo> |
NioEndpoint.EventPoller.recycledChannelList |
Modifier and Type | Method and Description |
---|---|
protected NioEndpoint.ChannelInfo |
NioEndpoint.EventPoller.poll() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NioEndpoint.EventPoller.offer(NioEndpoint.ChannelInfo info)
Recycle the the
NioEndpoint.ChannelInfo |
boolean |
NioEndpoint.EventPoller.remove(NioEndpoint.ChannelInfo info) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.