Uses of Interface
com.sun.xml.ws.transport.tcp.pool.LifeCycle

Packages that use LifeCycle
com.sun.xml.ws.transport.tcp.io   
com.sun.xml.ws.transport.tcp.pool   
 

Uses of LifeCycle in com.sun.xml.ws.transport.tcp.io
 

Classes in com.sun.xml.ws.transport.tcp.io that implement LifeCycle
 class FramedMessageInputStream
          Stream wrapper around a ByteBuffer
 class FramedMessageOutputStream
           
 

Uses of LifeCycle in com.sun.xml.ws.transport.tcp.pool
 

Classes in com.sun.xml.ws.transport.tcp.pool with type parameters of type LifeCycle
 class ByteBufferStreamPool<T extends LifeCycle>