Package java.net

Interface SocketImplFactory


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

    Modifier and Type Method Description
    SocketImpl createSocketImpl()
    Creates a new SocketImpl instance.
  • Method Details