Interface SocketOpen

All Superinterfaces:
com.google.common.base.Predicate<com.google.common.net.HostAndPort>, Predicate<com.google.common.net.HostAndPort>
All Known Implementing Classes:
InetSocketAddressConnect, SocketOpenUnsupported, StubComputeServiceDependenciesModule.StubSocketOpen

public interface SocketOpen extends com.google.common.base.Predicate<com.google.common.net.HostAndPort>
Tests to see if a socket is open.
  • Method Summary

    Methods inherited from interface com.google.common.base.Predicate

    apply, equals, test

    Methods inherited from interface java.util.function.Predicate

    and, negate, or