public interface InboundConnectionCache extends ConnectionCache
| Modifier and Type | Method and Description |
|---|---|
Connection |
get(Acceptor acceptor) |
void |
put(Acceptor acceptor,
Connection connection) |
void |
remove(Connection connection) |
getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeConnection get(Acceptor acceptor)
void put(Acceptor acceptor, Connection connection)
void remove(Connection connection)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.