org.jclouds.predicates
Class SocketOpenUnsupported

java.lang.Object
  extended by org.jclouds.predicates.SocketOpenUnsupported
All Implemented Interfaces:
com.google.common.base.Predicate<IPSocket>, SocketOpen

@Singleton
public class SocketOpenUnsupported
extends Object
implements SocketOpen

Author:
Adrian Cole

Constructor Summary
SocketOpenUnsupported()
           
 
Method Summary
 boolean apply(IPSocket socketA)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

SocketOpenUnsupported

public SocketOpenUnsupported()
Method Detail

apply

public boolean apply(IPSocket socketA)
Specified by:
apply in interface com.google.common.base.Predicate<IPSocket>


Copyright © 2009-2011 jclouds. All Rights Reserved.