Package com.sun.xml.ws.transport.tcp.connectioncache.spi.transport


package com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
  • Class
    Description
    A Connection represents some kind of channel to a (possibly different) process.
    A connection cache manages a group of connections which may be re-used for sending and receiving messages.
    A factory class for creating connections caches.
    An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.
    The ContactInfo represents the information needed to establish a connection to a (possibly different) process.
    A concurrent connection cache for passively created connections (e.g.
    A concurrent mostly non-blocking connection cache.