Class NetworkHandlers

  • All Implemented Interfaces:
    NativeHandlerProvider

    public final class NetworkHandlers
    extends Object
    implements NativeHandlerProvider
    Native handlers for the java.net stack that stub out real I/O, resolving every host to localhost and failing every socket operation without touching the network.
    • Constructor Detail

      • NetworkHandlers

        public NetworkHandlers()