public interface InboundConnectionCache extends ConnectionCache
| Modifier and Type | Method and Description |
|---|---|
Connection |
get(Acceptor acceptor) |
Acceptor |
getAcceptor() |
void |
put(Acceptor acceptor,
Connection connection) |
void |
remove(Connection connection) |
close, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeConnection get(Acceptor acceptor)
void put(Acceptor acceptor, Connection connection)
void remove(Connection connection)
Acceptor getAcceptor()
Copyright © 2018 JBoss by Red Hat. All rights reserved.