Package java.net

Interface SocketImplFactory


  • public interface SocketImplFactory
    This interface defines a factory for socket implementations.
    • Method Detail

      • createSocketImpl

        SocketImpl createSocketImpl()
        Creates a new SocketImpl instance.
        Returns:
        the created SocketImpl instance.