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) |
close, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
Connection get(Acceptor acceptor)
void put(Acceptor acceptor, Connection connection)
void remove(Connection connection)
Copyright © 2016 JBoss by Red Hat. All rights reserved.