com.sun.xml.ws.transport.tcp.connectioncache.spi.transport |
|
Java Source File Name | Type | Comment |
Connection.java | Interface | A Connection represents some kind of channel to a (possibly different) process. |
ConnectionCache.java | Interface | A connection cache manages a group of connections which may be re-used
for sending and receiving messages. |
ConnectionCacheFactory.java | Class | A factory class for creating connections caches. |
ConnectionFinder.java | Interface | An instance of a ConnectionFinder may be supplied to the
OutboundConnectionCache.get method. |
ContactInfo.java | Interface | The ContactInfo represents the information needed to establish a connection
to a (possibly different) process. |
InboundConnectionCache.java | Interface | A concurrent connection cache for passively created connections (e.g.
from an acceptor). |
OutboundConnectionCache.java | Interface | A concurrent mostly non-blocking connection cache. |