com.sun.grizzly.connectioncache.impl.transport
Class OutboundConnectionCacheBlockingImpl.ConnectionState<C extends Closeable>

java.lang.Object
  extended by com.sun.grizzly.connectioncache.impl.transport.OutboundConnectionCacheBlockingImpl.ConnectionState<C>
Enclosing class:
OutboundConnectionCacheBlockingImpl<C extends Closeable>

public static final class OutboundConnectionCacheBlockingImpl.ConnectionState<C extends Closeable>
extends Object


Constructor Summary
protected OutboundConnectionCacheBlockingImpl.ConnectionState(ContactInfo<C> cinfo, OutboundConnectionCacheBlockingImpl.CacheEntry<C> entry, C conn)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutboundConnectionCacheBlockingImpl.ConnectionState

protected OutboundConnectionCacheBlockingImpl.ConnectionState(ContactInfo<C> cinfo,
                                                              OutboundConnectionCacheBlockingImpl.CacheEntry<C> entry,
                                                              C conn)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.